ComponentOne Basic Library for WPF and Silverlight
RangeValidationMode Enumeration


C1.WPF Namespace : RangeValidationMode Enumeration
Mode of validation of the range between Maximum and Minimum of C1NumericBox.
Syntax
'Declaration
 
Public Enum RangeValidationMode 
   Inherits System.Enum
'Usage
 
Dim instance As RangeValidationMode
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.RangeValidationMode

See Also

Reference

C1.WPF Namespace