Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

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