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

TreeListHeaderTemplateContainer Class

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

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v20.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