Skip to main content
All docs
V23.2

DataSourceRefreshEventArgs.RefreshAsync Property

Gets or sets a task that implements custom refresh logic.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public Task RefreshAsync { get; set; }

Property Value

Type Description
Task

A task that implements custom refresh logic.

See Also