Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ControlValidator Class
Members


In This Topic
    ControlValidator Class
    In This Topic
    Represents the base class to validate and do the operation according to validation result.
    Object Model
    ControlValidator Class
    Syntax
    'Declaration
     
    Public MustInherit Class ControlValidator 
    'Usage
     
    Dim instance As ControlValidator
    public abstract class ControlValidator 
    Remarks
    User-written validation actions must derive from this class.
    Inheritance Hierarchy

    System.Object
       GrapeCity.Wpf.SpreadSheet.CellType.Editors.ControlValidator
          GrapeCity.Wpf.SpreadSheet.CellType.Editors.InputTextValidator
          GrapeCity.Wpf.SpreadSheet.CellType.Editors.RangeValidator

    See Also