GridValidation.AddArea

GridValidation.AddArea method

Applies the validation to the area.

public void AddArea(GridCellArea cellArea)
ParameterTypeDescription
cellAreaGridCellAreaThe area.

Remarks

In this method , we will remove all old validations on this area.

See Also