'Declaration Public Enum RangeValidationMode Inherits System.Enum
public enum RangeValidationMode : System.Enum
'Declaration Public Enum RangeValidationMode Inherits System.Enum
public enum RangeValidationMode : System.Enum
| Member | Description |
|---|---|
| Always | This mode doesn't allow entering out of range values. |
| AlwaysTruncate | This mode doesn't allow entering out of range values. The value will be truncated if the limits are exceeded. |
| OnLostFocus | The value will be truncated on lost focus. |
System.Object
System.ValueType
System.Enum
C1.Xaml.RangeValidationMode