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

IGrid.ShowRowDeleteConfirmation(Int32) Method

Displays the delete confirmation dialog for the specified row.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.1.dll

NuGet Package: DevExpress.Blazor

Declaration

void ShowRowDeleteConfirmation(
    int visibleIndex
)

Parameters

Name Type Description
visibleIndex Int32

The row’s visible index.

Remarks

Refer to the ShowRowDeleteConfirmation method description for more information and an example.

See Also