TreeListHeaderTemplateContainer Class
In This Article
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
#Implements
#Inheritance
Object
Control
TemplateContainerBase
TreeListTemplateContainerBase
TreeListHeaderTemplateContainer
See Also