GridValidation.AreaList

GridValidation.AreaList property

Represents a collection of GridCellArea which contains the data validation settings.

public ArrayList AreaList { get; }

Remarks

The old valvidations on the area will not be removed if directly adding are to this list.

See Also