Back to Devexpress

TreeListColumn.FooterCellTemplate Property

aspnet-devexpress-dot-web-dot-aspxtreelist-dot-treelistcolumn-05a2b33d.md

latest1.8 KB
Original Source

TreeListColumn.FooterCellTemplate Property

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

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

csharp
public ITemplate FooterCellTemplate { get; set; }
vb
Public Property FooterCellTemplate As ITemplate

Property Value

TypeDescription
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

Tree List

TreeListColumn Class

TreeListColumn Members

DevExpress.Web.ASPxTreeList Namespace