Class GridValidationCollection

GridValidationCollection class

Encapsulates a collection of GridValidation objects.

public class GridValidationCollection

Properties

NameDescription
Count { get; }
Item { get; }Gets the Hyperlink element at the specified index. (2 indexers)

Methods

NameDescription
Add()Add a GridValidation to the collection.
Add(GridValidation)Add a GridValidation to the collection.
Add(string)Add a GridValidation to the collection.the validation is applied to the specificed cell.
Add(int, int)Add a GridValidation to the collection.the validation is applied to the specificed cell.
Add(string, ICustomValidation)Adds a validation to a specified cell by cell name.
Add(int, int, ICustomValidation)Adds a validation to a specified cell at row column index.
Add(string, bool, string)Adds a validation to a specified cell by cell name.
Add(int, int, bool, string)Adds a validation to a specified cell at row column index.
Clear()Clears all validations.
RemoveAt(int)Remove the validation at the specified index.

See Also