TreeListSettingsEditing.BatchEditSettings Property
In This Article
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 |
---|---|
Tree |
An Tree |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Batch |
---|---|
ASPx |
|
#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