InvalidValueBehavior Enum
Lists values that specify the response of an editor to an invalid value.
Namespace: DevExpress.Xpf.Editors.Validation
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Members
Name | Description |
---|---|
AllowLeaveEditor
|
This mode allows you to switch to another editor, and re-enter a value for this editor later. |
WaitForValidValue
|
This mode locks the entire application until a correct value is entered. |
Related API Members
The following properties accept/return InvalidValueBehavior values:
Remarks
The values listed by this enumeration are used to set the BaseEdit.InvalidValueBehavior property.
See Also