FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / ValidationRule Class
Members

In This Topic
    ValidationRule Class
    In This Topic
    Serves as the base class for all validations.
    Object Model
    ValidationRule Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class ValidationRule 
    public abstract class ValidationRule 
    Inheritance Hierarchy

    System.Object
       C1.Win.FlexGrid.ValidationRule
          C1.Win.FlexGrid.CompareRule
          C1.Win.FlexGrid.RangeRule
          C1.Win.FlexGrid.RequiredRule
          C1.Win.FlexGrid.StringLengthRule

    See Also