Skip to main content
All docs
V26.1
  • IGrid.ShowRowDeleteConfirmation(Int32) Method

    Displays the delete confirmation dialog for the specified row.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.Grid.v26.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 additional information and an example.

    See Also