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

TreeListColumn.GroupFooterCellStyle Property

Gets the style settings used to paint group footer cells within a column.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public TreeListCellStyle GroupFooterCellStyle { get; }

Property Value

Type Description
TreeListCellStyle

A TreeListCellStyle object that contains the style settings used to paint group footer cells.

Remarks

Use the GroupFooterCellStyle property to specify the appearance of group footer cells within an individual column. These style settings override the style settings common to all group footer cells within the ASPxTreeList control (TreeListStyles.GroupFooter).

See Also