Calendar for WinForms | ComponentOne
C1.Win.Input.Validation Namespace / ValueInterval Class / UseMaxValue Property

In This Topic
    UseMaxValue Property (ValueInterval)
    In This Topic
    Gets or sets a value indicating whether to use the MaxValue property or whether the upper bound is positive infinity.
    Syntax
    'Declaration
     
    
    Public Property UseMaxValue As Boolean
    public bool UseMaxValue {get; set;}
    See Also