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.v24.2.dll
Declaration
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