Skip to main content

TreeListHeaderTemplateContainer Class

Represents a container for the templates used to render column headers.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

#Declaration

public class TreeListHeaderTemplateContainer :
    TreeListTemplateContainerBase

#Remarks

TreeListHeaderTemplateContainer objects are automatically instantiated when one of the following templates is created: TreeListTemplates.HeaderCaption, TreeListColumn.HeaderCaptionTemplate.

To learn more, see Templates

#Inheritance

See Also