Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1NumericBox Class / RangeValidationMode Property

In This Topic
    RangeValidationMode Property (C1NumericBox)
    In This Topic
    Gets or sets the mode used to validate the range between Minimum and Maximum.
    Syntax
    'Declaration
     
    
    Public Property RangeValidationMode As RangeValidationMode
    public RangeValidationMode RangeValidationMode {get; set;}
    See Also