QuickGrid<TGridItem>.RefreshDataAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.