Skip to content

RowValidationContext.GetFieldValue method

Gets the value of the field with the specified name.

public object? GetFieldValue(string fieldName)
parameter description
fieldName Name of the field.

Return Value

The value of the field, or null if the field is not found.

See Also