Skip to main content
All docs
V25.1
  • ITreeList.WaitForDataLoadAsync() Method

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

    Namespace: DevExpress.Blazor

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