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

DataSourceRefreshEventArgs.RefreshAsync Property

Gets or sets a task that implements custom refresh logic.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v21.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