Back to Devexpress

DataLayoutControl.EditorValidationOrder Property

wpf-devexpress-dot-xpf-dot-layoutcontrol-dot-datalayoutcontrol-512cbecd.md

latest1.6 KB
Original Source

DataLayoutControl.EditorValidationOrder Property

Gets or sets the order in which an editor’s validate and post methods are executed. This is a dependency property.

Namespace : DevExpress.Xpf.LayoutControl

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

NuGet Package : DevExpress.Wpf.LayoutControl

Declaration

csharp
public EditorValidationOrder EditorValidationOrder { get; set; }
vb
Public Property EditorValidationOrder As EditorValidationOrder

Property Value

TypeDescription
EditorValidationOrder

The order in which an editor’s validate and post methods are executed.

|

Available values:

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.

|

See Also

DataLayoutControl Class

DataLayoutControl Members

DevExpress.Xpf.LayoutControl Namespace