Input for WinForms | ComponentOne
C1.Win.Input.Validation Namespace / PostValidation Class / Intervals Property

In This Topic
    Intervals Property
    In This Topic
    Gets a collection of intervals. The input value must belong to one of these intervals.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Intervals As ValueIntervalCollection
    public ValueIntervalCollection Intervals {get;}
    See Also