IPivotTable.WaitForDataLoadAsync() Method
Returns a task that completes when pending asynchronous data load operations are completed.
Namespace: DevExpress.Blazor.PivotTable
Assembly: DevExpress.Blazor.PivotTable.v26.1.dll
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 additional information and an example.
See Also