Back to Devexpress

TreeListFooterCellTemplateContainer Class

aspnet-devexpress-dot-web-dot-aspxtreelist-f7c0e41d.md

latest3.1 KB
Original Source

TreeListFooterCellTemplateContainer Class

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

Declaration

csharp
public class TreeListFooterCellTemplateContainer :
    TreeListCellTemplateContainerBase
vb
Public Class TreeListFooterCellTemplateContainer
    Inherits 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

Implements

IComponent

IDisposable

IParserAccessor

IUrlResolutionService

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IDataItemContainer

INamingContainer

Inheritance

Object Control TemplateContainerBase TreeListTemplateContainerBase TreeListCellTemplateContainerBase TreeListFooterCellTemplateContainer

See Also

TreeListFooterCellTemplateContainer Members

Tree List

DevExpress.Web.ASPxTreeList Namespace