IGrid.ShowDataItemDeleteConfirmation(Object) Method
Displays the delete confirmation dialog for the specified data item.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.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 more information and an example.
See Also