Skip to main content
All docs
V24.2

ITreeList.ShowRowDeleteConfirmation(Int32) Method

Displays the delete confirmation dialog for the specified row. If a user confirms the operation, the method raises the DataItemDeleting event.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.2.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(Int32) method description for more information and an example.

See Also