Skip to main content

TreeListSettingsEditing.BatchEditSettings Property

Gets the Batch Edit Mode settings.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v24.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:

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