[]
        
(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)
Public Function IndexOf(item As ValidationRule) As Integer
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