[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.ValidationRuleCollection.Contains

Contains Method

Contains(ValidationRule)

Determines whether the ValidationRuleCollection contains a specific value.

Declaration
public bool Contains(ValidationRule item)
Parameters
Type Name Description
ValidationRule item

The object to locate in the ValidationRuleCollection.

Returns
Type Description
bool

true if item is found in the ValidationRuleCollection; otherwise, false.

Implements