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

TreeListSettingsText.ConfirmDelete Property

Gets or sets the text displayed within the Confirm Delete window.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("Confirm Delete?")]
public string ConfirmDelete { get; set; }

Property Value

Type Default Description
String "Confirm Delete?"

A String value that specifies the text displayed within the Confirm Delete window.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ConfirmDelete
ASP.NET Controls and MVC Extensions ASPxTreeList
.SettingsText .ConfirmDelete
ASP.NET MVC Extensions MVCxTreeList
.SettingsText .ConfirmDelete
TreeListSettings
.SettingsText .ConfirmDelete
TreeListSettings<RowType>
.SettingsText .ConfirmDelete

Remarks

The Confirm Delete window allows an end-user to cancel the delete operation. By default, this window isn’t displayed when the end-user deletes a node. To display it, enable the TreeListSettingsEditing.ConfirmDelete option.

cdAddNewNodes_delete

The ConfirmDelete property allows you to change the default text displayed within the Confirm Delete window.

See Also