Mode of validation of the range between Maximum and Minimum of C1NumericBox.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)

Syntax

C#
public enum RangeValidationMode
Visual Basic
Public Enumeration RangeValidationMode
XAML Attribute Usage
<object property="enumerationMemberName" .../>

Members

Member nameValueDescription
Always0 This mode doesn't allow entering out of range values.
AlwaysTruncate1 This mode doesn't allow entering out of range values. The value will be truncated if the limits are exceeded.
OnLostFocus2 The value will be truncated on lost focus.

See Also