Skip to main content

TreeListSettingsEditing.ConfirmDelete Property

Gets or sets whether the Confirm Delete window is displayed when deleting a node.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public bool ConfirmDelete { get; set; }

Property Value

Type Default Description
Boolean true

true to display the Confirm Delete window when deleting a node; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ConfirmDelete
ASPxTreeList
.SettingsEditing .ConfirmDelete

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. The text displayed within the Confirm Delete window can be specified using the TreeListSettingsText.ConfirmDelete settings.

cdAddNewNodes_delete

To learn more, see Adding and Deleting Nodes.

See Also