Skip to main content
A newer version of this page is available. .

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

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean **false**

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

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ConfirmDelete
ASP.NET Controls and MVC Extensions ASPxTreeList
.SettingsEditing .ConfirmDelete
ASPxTreeList
.BatchEditSettings .ConfirmDelete
TreeListSettingsEditing
.BatchEditSettings .ConfirmDelete
ASP.NET MVC Extensions MVCxTreeList
.SettingsEditing .ConfirmDelete
MVCxTreeList
.BatchEditSettings .ConfirmDelete
MVCxTreeListSettingsEditing
.BatchEditSettings .ConfirmDelete
TreeListSettings
.SettingsEditing .ConfirmDelete
TreeListSettings
.BatchEditSettings .ConfirmDelete
TreeListSettings<RowType>
.SettingsEditing .ConfirmDelete
TreeListSettings<RowType>
.BatchEditSettings .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.

ASPxTreeList-Batch-ConfirmDeleteMessage

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

See Also