Skip to main content

InvalidValueBehavior Enum

Lists values that specify an editor's response to an invalid value.

Namespace: DevExpress.Xpf.Editors.Validation

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

#Declaration

public enum InvalidValueBehavior

#Members

Name Description
AllowLeaveEditor

Allows an end-user to switch to another editor, and re-enter a value for the editor (with the invalid value) later.

WaitForValidValue

Locks the entire application until a correct value is entered.

#Passed To

You can pass InvalidValueBehavior values to the BaseEdit.InvalidValueBehavior property.

#Remarks

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

See Also