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

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