Back to Devexpress

GridValidateRowDeletionEventArgs.ResultAsync Property

wpf-devexpress-dot-xpf-dot-grid-dot-gridvalidaterowdeletioneventargs-379b729c.md

latest1.3 KB
Original Source

GridValidateRowDeletionEventArgs.ResultAsync Property

Gets or sets a task that asynchronously deletes rows from the underlying data source (database).

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public Task<ValidationErrorInfo> ResultAsync { get; set; }
vb
Public Property ResultAsync As Task(Of ValidationErrorInfo)

Property Value

TypeDescription
Task<ValidationErrorInfo>

A task that asynchronously deletes rows from the underlying data source (database).

|

See Also

GridValidateRowDeletionEventArgs Class

GridValidateRowDeletionEventArgs Members

DevExpress.Xpf.Grid Namespace