Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / NumberStringValidator Class / Max Property

In This Topic
    Max Property (NumberStringValidator)
    In This Topic
    Gets or sets a maximum allowable value.
    Syntax
    'Declaration
     
    
    Public Property Max As Integer
    public int Max {get; set;}
    See Also