Skip to main content
A newer version of this page is available. .

ValidationMode Enum

Lists values that specify when validation occurs.

Namespace: DevExpress.Xpf.Editors.Validation

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

Declaration

public enum ValidationMode

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