Skip to main content
A newer version of this page is available. .

IGrid.WaitForInstantFeedbackRowLoadAsync(Int32) Method

Returns a task that is completed when the specified row of an asynchronous Instant Feedback Data Source is loaded.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

Task WaitForInstantFeedbackRowLoadAsync(
    int visibleIndex
)

Parameters

Name Type Description
visibleIndex Int32

The row’s visible index.

Returns

Type Description
Task

A task that is completed when the row is loaded.

Remarks

Refer to the WaitForInstantFeedbackRowLoadAsync(Int32) method description for more information and an example.

See Also