ComponentOne Input Library for WPF
C1.WPF.Input Namespace / RangeValidationMode Enumeration

In This Topic
    RangeValidationMode Enumeration
    In This Topic
    Mode of validation of the range between Maximum and Minimum of C1NumericBox.
    Syntax
    'Declaration
     
    
    Public Enum RangeValidationMode 
       Inherits System.Enum
    public enum RangeValidationMode : System.Enum 
    Members
    MemberDescription
    AlwaysThis mode doesn't allow entering out of range values.
    AlwaysTruncateThis mode doesn't allow entering out of range values. The value will be truncated if the limits are exceeded.
    OnLostFocusThe value will be truncated on lost focus.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.Input.RangeValidationMode

    See Also