InvalidValueBehavior Enum
In This Article
Lists values that specify an editor's response to an invalid value.
Namespace: DevExpress.Xpf.Editors.Validation
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Members
Name | Description |
---|---|
Allow |
Allows an end-user to switch to another editor, and re-enter a value for the editor (with the invalid value) later. |
Wait |
Locks the entire application until a correct value is entered. |
#Passed To
You can pass InvalidValueBehavior values to the BaseEdit.InvalidValueBehavior property.
#Remarks
The values listed by this enumeration are used to set the BaseEdit.InvalidValueBehavior property's value.
See Also