Skip to main content
A newer version of this page is available. .
All docs
V22.2

EditFormRowValidationArgs.ValidateAsync Property

Gets or sets the task that validates changes and posts them to the data source.

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v22.2.dll

NuGet Package: DevExpress.Mvvm

Declaration

public Task ValidateAsync { get; set; }

Property Value

Type Description
Task

The task that validates changes and posts them to the data source.

See Also