[]
Represents whether GcDateTime.Value or GcNumber.Value is in the valid Range.
public sealed class RangeValidator : ControlValidator
Public NotInheritable Class RangeValidator
Inherits ControlValidator
The following xaml demonstrates how to use ControlValidator to validate control value.
Name | Description |
---|---|
RangeValidator() | Initializes a new instance of the RangeValidator class. |
RangeValidator(object) | Initializes a new instance of the RangeValidator class. |
Name | Description |
---|---|
AdjustValueOnFocus | Gets or sets whether the value should be adjusted immediately on property change when control has focus. |
ValueProcessAction | Gets or sets how to process the invalid Value. |