Back to Devexpress

EditorValidationOrder Enum

wpf-devexpress-dot-xpf-dot-layoutcontrol-3f3f60bd.md

latest1.3 KB
Original Source

EditorValidationOrder Enum

Enumerates values that specify the order in which a DataLayoutControl editor’s validate and post methods are executed.

Namespace : DevExpress.Xpf.LayoutControl

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

NuGet Package : DevExpress.Wpf.LayoutControl

Declaration

csharp
public enum EditorValidationOrder
vb
Public Enum EditorValidationOrder

Members

NameDescription
ValidateAndPostAnyValue

Validates and then posts a value even if the value is not valid.

| | ValidateAndPostValidValue |

Validates and then posts a value if the value is valid.

| | PostAndValidate |

Posts and then validates a value.

|

The following properties accept/return EditorValidationOrder values:

See Also

DevExpress.Xpf.LayoutControl Namespace