FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / ValidationRuleCollection Class
Properties Methods


In This Topic
    ValidationRuleCollection Class Members
    In This Topic

    The following tables list the members exposed by ValidationRuleCollection.

    Public Properties
     NameDescription
    Public PropertyGets the number of elements contained in the ValidationRuleCollection.  
    Public PropertyGets a value indicating whether the ValidationRuleCollection is read-only.  
    Public PropertyGets or sets the element at the specified index.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds an item to the ValidationRuleCollection.  
    Public MethodAdds the elements of the specified collection to the end of the ValidationRuleCollection.  
    Public MethodRemoves all items from the ValidationRuleCollection.  
    Public MethodDetermines whether the ValidationRuleCollection contains a specific value.  
    Public MethodCopies the elements of the ValidationRuleCollection to an System.Array, starting at a particular System.Array index.  
    Public MethodReturns an enumerator that iterates through the collection.  
    Public MethodDetermines the index of a specific ValidationRule> in the ValidationRuleCollection.  
    Public MethodInserts an item to the ValidationRuleCollection at the specified index.  
    Public MethodRemoves the first occurrence of a specific object from the ValidationRuleCollection.  
    Public MethodRemoves the ValidationRuleCollection item at the specified index.  
    Top
    See Also