[]
        
(Showing Draft Content)

C1.Win.FlexGrid.ValidationRuleCollection.IndexOf

IndexOf Method

IndexOf(ValidationRule)

Determines the index of a specific ValidationRule> in the ValidationRuleCollection.

Declaration
public int IndexOf(ValidationRule item)
Parameters
Type Name Description
ValidationRule item

The object to locate in the ValidationRuleCollection.

Returns
Type Description
int

The index of item if found in the list; otherwise, -1.

Implements