Mode of validation of the range between Maximum and Minimum of C1NumericBox.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.dll)
Syntax
| C# |
|---|
public enum RangeValidationMode |
| Visual Basic |
|---|
Public Enumeration RangeValidationMode |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Always | 0 | This mode doesn't allow entering out of range values. | |
| AlwaysTruncate | 1 | This mode doesn't allow entering out of range values. The value will be truncated if the limits are exceeded. | |
| OnLostFocus | 2 | The value will be truncated on lost focus. |