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

TreeListSettingsText.ConfirmOnLosingBatchChanges Property

Gets or sets the confirm message text shown before tree list data changes are lost in batch edit mode.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("Are you sure you want to perform the action? All unsaved grid data will be lost.")]
public string ConfirmOnLosingBatchChanges { get; set; }

Property Value

Type Default Description
String "Are you sure you want to perform the action? All unsaved grid data will be lost."

A String value that specifies the confirm message text.

Property Paths

You can access this nested property as listed below:

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

Remarks

If the ConfirmOnLosingBatchChanges property is set to an empty string, the default string ‘Are you sure you want to perform the action? All unsaved tree list data will be lost.’ is displayed.

Note

The ASPxTreeList doesn’t allow disabling the confirmation messages.

See Also