[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.ValidationRuleCollection.AddRange

AddRange Method

AddRange(IEnumerable<ValidationRule>)

Adds the elements of the specified collection to the end of the ValidationRuleCollection.

Declaration
public void AddRange(IEnumerable<ValidationRule> collection)
Parameters
Type Name Description
IEnumerable<ValidationRule> collection

The collection whose elements should be added to the end of the ValidationRuleCollection. The collection itself cannot be null, but it can contain elements that are null.