Skip to main content
All docs
V24.1

DxTreeListColumn.HeaderCaptionTemplate Property

Specifies a template used to display the column header’s caption.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

[Parameter]
public RenderFragment<TreeListColumnHeaderCaptionTemplateContext> HeaderCaptionTemplate { get; set; }

Property Value

Type Description
RenderFragment<TreeListColumnHeaderCaptionTemplateContext>

The template for the column header’s caption.

See Also