TreeListStyles.BatchEditModifiedCell Property
Gets the style settings defining the appearance of a tree list data cell when it is modified in batch edit mode.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
TreeListCellStyle | A TreeListCellStyle object that contains style settings. |
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. In this case, the modified and unsaved cells are marked out using the style settings providing by the BatchEditModifiedCell property.
See Also