Skip to main content

TreeListDataColumn.BatchEditModifiedCellStyle Property

Gets the style settings defining the appearance of the column’s data cells when they are modified in batch edit mode.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public TreeListFilterCellStyle BatchEditModifiedCellStyle { get; }

Property Value

Type Description
TreeListFilterCellStyle

A TreeListFilterCellStyle 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. Use the BatchEditModifiedCellStyle property to specify the style settings of modified cells contained in the current column.

To specify common style settings for all modified cells, use the TreeListStyles.BatchEditModifiedCell property.

ASPxTreeList-BatchEdit-ModifiedCell

See Also