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

TreeListSettingsEditing.BatchEditSettings Property

Gets the Batch Edit Mode settings.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public TreeListBatchEditSettings BatchEditSettings { get; }

Property Value

Type Description
TreeListBatchEditSettings

An TreeListBatchEditSettings object that contains the settings.

Property Paths

You can access this nested property as listed below:

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

Remarks

When the TreeListSettingsEditing.Mode property is set to Batch, the tree list provides the capability to modify a batch of tree list data on the client side and then send it to the server in one request. Use the BatchEditSettings property to customize the batch edit mode settings.

Online Demo

ASPxTreeList - Batch Editing

See Also