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


In This Topic
    RangeValidator Class
    In This Topic
    Represents whether GcDateTime.Value or GcNumber.Value is in the valid Range.
    Object Model
    RangeValidator Class
    Syntax
    'Declaration
     
    Public NotInheritable Class RangeValidator 
       Inherits ControlValidator
    'Usage
     
    Dim instance As RangeValidator
    public sealed class RangeValidator : ControlValidator 
    Example
    The following xaml demonstrates how to use ControlValidator to validate control value.
    Inheritance Hierarchy

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

    See Also