Gets or sets a template for displaying the column's group footer cell.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v19.2.dll
public ITemplate GroupFooterCellTemplate { get; set; }
Public Property GroupFooterCellTemplate As ITemplate
Type | Description |
---|---|
ITemplate | An object that implements the ITemplate interface. |
To provide a common template for displaying group footer cells, use the TreeListTemplates.GroupFooterCell property.
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.