Skip to main content
All docs
V26.1
  • IGrid.ShowDataItemDeleteConfirmation(Object) Method

    Displays the delete confirmation dialog for the specified data item.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.Grid.v26.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    void ShowDataItemDeleteConfirmation(
        object dataItem
    )

    Parameters

    Name Type Description
    dataItem Object

    The data item.

    Remarks

    Refer to the ShowDataItemDeleteConfirmation method description for additional information and an example.

    See Also