ValidationMode Enum
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 |
---|---|
TextInput
|
Validation is performed when inputting text into an editor’s edit box. |
EnterKeyPressed
|
When an editor has focus, validation is performed when the Enter key is pressed. |
LostFocus
|
Validation is performed when an editor loses focus. |
See Also