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

TreeListColumn.FooterCellTemplate Property

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

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public ITemplate FooterCellTemplate { get; set; }

Property Value

Type Description
ITemplate

An object that implements the ITemplate interface.

Remarks

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

Note

Once a template defined via the FooterCellTemplate 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