Skip to main content
A newer version of this page is available. .

TreeListStyles.BatchEditCell Property

Gets the style settings defining the appearance of a tree list edit cell in batch edit mode.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public TreeListCellStyle BatchEditCell { get; }

Property Value

Type Description
TreeListCellStyle

A TreeListCellStyle object that contains style settings.

Remarks

Use the BatchEditCell property to define the edit cell appearance when the batch edit mode is used (the TreeListSettingsEditing.Mode property is set to Batch). The modified cell’s style settings can be specified by the TreeListStyles.BatchEditModifiedCell property.

See Also