Back to Devexpress

ValidationMode Enum

wpf-devexpress-dot-xpf-dot-editors-dot-validation-2b8c5faa.md

latest1016 B
Original Source

ValidationMode Enum

Lists values that specify when validation occurs.

Namespace : DevExpress.Xpf.Editors.Validation

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public enum ValidationMode
vb
Public Enum ValidationMode

Members

NameDescription
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

DevExpress.Xpf.Editors.Validation Namespace