Share via


QuickGrid<TGridItem>.RefreshDataAsync Method

Definition

Instructs the grid to re-fetch and render the current data from the supplied data source (either Items or ItemsProvider).

public System.Threading.Tasks.Task RefreshDataAsync ();
member this.RefreshDataAsync : unit -> System.Threading.Tasks.Task
Public Function RefreshDataAsync () As Task

Returns

A Task that represents the completion of the operation.

Applies to