[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.ValidationRuleCollection.Remove

Remove Method

Remove(ValidationRule)

Removes the first occurrence of a specific object from the ValidationRuleCollection.

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

The object to remove from the ValidationRuleCollection.

Returns
Type Description
bool

true if item was successfully removed from the ValidationRuleCollection; otherwise, false. This method also returns false if item is not found in the original ValidationRuleCollection.

Implements