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

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