aspnet-devexpress-dot-web-dot-aspxtreelist-f7c0e41d.md
Represents a container for the templates used to render footer cells within the ASPxTreeList.
Namespace : DevExpress.Web.ASPxTreeList
Assembly : DevExpress.Web.ASPxTreeList.v25.2.dll
NuGet Package : DevExpress.Web
public class TreeListFooterCellTemplateContainer :
TreeListCellTemplateContainerBase
Public Class TreeListFooterCellTemplateContainer
Inherits TreeListCellTemplateContainerBase
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
Object Control TemplateContainerBase TreeListTemplateContainerBase TreeListCellTemplateContainerBase TreeListFooterCellTemplateContainer
See Also