[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.ValidationRuleCollection.GetEnumerator

GetEnumerator Method

GetEnumerator()

Returns an enumerator that iterates through the collection.

Declaration
public IEnumerator<ValidationRule> GetEnumerator()
Returns
Type Description
IEnumerator<ValidationRule>

An enumerator that can be used to iterate through the collection.

Implements