Back to Devexpress

TreeListSettingsEditing.ConfirmDelete Property

aspnet-devexpress-dot-web-dot-aspxtreelist-dot-treelistsettingsediting-d486d40b.md

latest2.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(true)]
public bool ConfirmDelete { get; set; }
vb
<DefaultValue(True)>
Public Property ConfirmDelete As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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 TypePath 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.

To learn more, see Adding and Deleting Nodes.

See Also

ConfirmDelete

AllowRecursiveDelete

Adding and Deleting Nodes

Tree List

TreeListSettingsEditing Class

TreeListSettingsEditing Members

DevExpress.Web.ASPxTreeList Namespace