Back to Devexpress

EditFormValidateRowDeletionArgs.ValidateAsync Property

corelibraries-devexpress-dot-mvvm-dot-xpf-dot-editformvalidaterowdeletionargs.md

latest1.2 KB
Original Source

EditFormValidateRowDeletionArgs.ValidateAsync Property

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

Namespace : DevExpress.Mvvm.Xpf

Assembly : DevExpress.Mvvm.v25.2.dll

NuGet Packages : DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

csharp
public Task ValidateAsync { get; set; }
vb
Public Property ValidateAsync As Task

Property Value

TypeDescription
Task

The task that validates the delete row operation.

|

See Also

EditFormValidateRowDeletionArgs Class

EditFormValidateRowDeletionArgs Members

DevExpress.Mvvm.Xpf Namespace