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.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Task | The task that validates changes and posts them to the data source. |
See Also