ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridNumericColumn Class / RangeValidationMode Property

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