TreeListSettingsText.ConfirmDelete Property
Gets or sets the text displayed within the Confirm Delete window.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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 |
|
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.
The ConfirmDelete property allows you to change the default text displayed within the Confirm Delete window.
See Also