Skip to main content
A newer version of this page is available. .

IGrid.WaitForDataLoadAsync() Method

Returns a task that completes when pending asynchronous data load operations are completed.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.1.dll

NuGet Package: DevExpress.Blazor

Declaration

Task WaitForDataLoadAsync()

Returns

Type Description
Task

A task that completes when pending asynchronous data load operations are completed.

Remarks

Refer to the WaitForDataLoadAsync() method description for more information and an example.

See Also