Skip to main content
All docs
V24.1

DxTreeList.WaitForRemoteSourceRowLoadAsync(Int32) Method

Returns a task that is completed when the specified row of an asynchronous remote data source is loaded.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public Task WaitForRemoteSourceRowLoadAsync(
    int visibleIndex
)

Parameters

Name Type Description
visibleIndex Int32

The row’s visible index.

Returns

Type Description
Task

The task that is completed when the row is loaded.

See Also