[]
        
(Showing Draft Content)

C1.Win.FlexGrid.ValidationRuleCollection.Item

this Property

this[int]

Gets or sets the element at the specified index.

Declaration
public ValidationRule this[int index] { get; set; }
Parameters
Type Name Description
int index

The zero-based index of the element to get or set.

Implements