WinUI | ComponentOne
C1.WinUI.Input Assembly / C1.WinUI.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
    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.WinUI.Input.RangeValidationMode

    See Also