Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CompareValueBaseValidator Class
Members


In This Topic
    CompareValueBaseValidator Class
    In This Topic
    Represents a special BaseDataValidator implementation that validates whether the specified and compared values satisfy the given comparison relationship.
    Object Model
    CompareValueBaseValidator ClassValidateActionCollection ClassValidateActionBase Class
    Syntax
    'Declaration
     
    Public MustInherit Class CompareValueBaseValidator 
       Inherits BaseDataValidator
       Implements FarPoint.Win.ISerializeSupportINamedObject 
    'Usage
     
    Dim instance As CompareValueBaseValidator
    public abstract class CompareValueBaseValidator : BaseDataValidator, FarPoint.Win.ISerializeSupportINamedObject  
    Remarks
    Inheriting this class is not recommended.
    Inheritance Hierarchy

    System.Object
                GrapeCity.Spreadsheet.Win.SpreadDataValidator
                   FarPoint.Win.Spread.BaseDataValidator
                      FarPoint.Win.Spread.CompareValueBaseValidator
                         FarPoint.Win.Spread.CompareCellValidator
                         FarPoint.Win.Spread.CompareValueValidator

    See Also