TreeListBatchEditSettings.ConfirmDelete Property
Gets or sets whether the Confirm Delete window is displayed when deleting a node.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | false |
|
Property Paths
You can access this nested property as listed below:
| Object Type | Path to ConfirmDelete |
|---|---|
| TreeListSettingsEditing |
|
Remarks
Enable the ConfirmDelete option to display the Confirm Delete window when deleting a node. This window allows an end-user to cancel the delete operation.

To specify the text displayed within the Confirm Delete window, use the TreeListSettingsText.ConfirmDelete property.
See Also