Back to Devexpress

TreeListColumn.GroupFooterCellTemplate Property

aspnet-devexpress-dot-web-dot-aspxtreelist-dot-treelistcolumn-c5429347.md

latest1.8 KB
Original Source

TreeListColumn.GroupFooterCellTemplate Property

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

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDescription
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

Tree List

TreeListColumn Class

TreeListColumn Members

DevExpress.Web.ASPxTreeList Namespace