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

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:

Object Type Path to ConfirmDelete
ASPxTreeList
.SettingsText.ConfirmDelete
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