ComponentOne Basic Library for UWP
RangeValidationMode Enumeration

C1.UWP Assembly > C1.Xaml Namespace : RangeValidationMode Enumeration
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.Xaml.RangeValidationMode

See Also

Reference

C1.Xaml Namespace