TreeListSettingsEditing.BatchEditSettings Property
Gets the Batch Edit Mode settings.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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 |
|
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
See Also