Skip to main content

TreeListColumn.GroupFooterCellTemplate Property

Gets or sets a template for displaying the column’s group footer cell.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public ITemplate GroupFooterCellTemplate { get; set; }

Property Value

Type Description
ITemplate

An object that implements the ITemplate interface.

Remarks

To provide a common template for displaying group footer cells, use the TreeListTemplates.GroupFooterCell property.

Note

Once a template defined via the GroupFooterCellTemplate property is created within a control, it is instantiated within a container object of the TreeListFooterCellTemplateContainer type. This container object exposes a set of specific properties to which the template’s child controls can be bound.

See Also