ITreeList.WaitForRemoteSourceRowLoadAsync(Int32) Method
In This Article
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.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
Task WaitForRemoteSourceRowLoadAsync(
int visibleIndex
)
#Parameters
Name | Type | Description |
---|---|---|
visible |
Int32 | The row’s visible index. |
#Returns
Type | Description |
---|---|
Task | The task that is completed when the row is loaded. |
#Remarks
Refer to the WaitForRemoteSourceRowLoadAsync(Int32) method description for more information and an example.
See Also