Skip to main content

IGrid.WaitForDataLoadAsync() Method

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

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.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