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

EditFormValidateRowDeletionArgs.ValidateAsync Property

Gets or sets the task that validates the delete row operation.

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 the delete row operation.

See Also