GetValidationInCell

GridValidationCollection.GetValidationInCell method

Får valideringen tillämpad på given cell.

public GridValidation GetValidationInCell(int row, int column)
ParameterTypBeskrivning
rowInt32Radindex.
columnInt32Kolumnindex.

Returvärde

Returnerar aValidation objekt eller null om det inte finns någon validering för en given cell

Se även