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

TreeListFooterCellTemplateContainer Class

Represents a container for the templates used to render footer cells within the ASPxTreeList.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public class TreeListFooterCellTemplateContainer :
    TreeListCellTemplateContainerBase

Remarks

TreeListFooterCellTemplateContainer objects are automatically instantiated when one of the following templates is created: TreeListTemplates.FooterCell, TreeListTemplates.GroupFooterCell, TreeListColumn.FooterCellTemplate, TreeListColumn.GroupFooterCellTemplate.

To learn more, see Templates

See Also