GridValidationCollection.GetValidationInCell

GridValidationCollection.GetValidationInCell method

Gets the validation applied to given cell.

public GridValidation GetValidationInCell(int row, int column)
ParameterTypeDescription
rowInt32The row index.
columnInt32The column index.

Return Value

Returns a GridValidation object or null if there is no validation for given cell

See Also