Skip to main content

TreeListColumn.HeaderCaptionTemplate Property

Gets or sets a template for displaying the column header‘s caption.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public ITemplate HeaderCaptionTemplate { get; set; }

Property Value

Type Description
ITemplate

An object that implements the ITemplate interface.

Remarks

To provide a common template for displaying captions of column headers, use the TreeListTemplates.HeaderCaption property.

Note

Once a template defined via the HeaderCaptionTemplate property is created within a control, it is instantiated within a container object of the TreeListHeaderTemplateContainer type. This container object exposes a set of specific properties to which the template’s child controls can be bound.

See Also