[]
        
(Showing Draft Content)

C1.WinUI.Input.RangeValidationMode

RangeValidationMode Enum

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

Namespace: C1.WinUI.Input
Assembly: C1.WinUI.Input.dll
Syntax
public enum RangeValidationMode

Fields

Name 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.