Back to Devexpress

TreeListColumn.HeaderCaptionTemplate Property

aspnet-devexpress-dot-web-dot-aspxtreelist-dot-treelistcolumn-8ac277a9.md

latest2.0 KB
Original Source

TreeListColumn.HeaderCaptionTemplate Property

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

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

csharp
public ITemplate HeaderCaptionTemplate { get; set; }
vb
Public Property HeaderCaptionTemplate As ITemplate

Property Value

TypeDescription
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

HeaderCaption

Tree List

TreeListColumn Class

TreeListColumn Members

DevExpress.Web.ASPxTreeList Namespace