ValidationMode Enum
In This Article
Lists values that specify when validation occurs.
Namespace: DevExpress.Xpf.Editors.Validation
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Members
Name | Description |
---|---|
Text
|
Validation is performed when inputting text into an editor’s edit box. |
Enter
|
When an editor has focus, validation is performed when the Enter key is pressed. |
Lost
|
Validation is performed when an editor loses focus. |
See Also