Back to Devexpress

InvalidValueBehavior Enum

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

latest1.3 KB
Original Source

InvalidValueBehavior Enum

Lists values that specify the response of an editor to an invalid value.

Namespace : DevExpress.Xpf.Editors.Validation

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public enum InvalidValueBehavior
vb
Public Enum InvalidValueBehavior

Members

NameDescription
AllowLeaveEditor

This mode allows you to switch to another editor, and re-enter a value for this editor later.

| | WaitForValidValue |

This mode locks the entire application until a correct value is entered.

|

The following properties accept/return InvalidValueBehavior values:

Remarks

The values listed by this enumeration are used to set the BaseEdit.InvalidValueBehavior property.

See Also

DevExpress.Xpf.Editors.Validation Namespace