Skip to main content
All docs
V24.1

DxTreeListSelectionColumn.HeaderTemplate Property

Specifies a template for the selection column header.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

[Parameter]
public RenderFragment<TreeListSelectionColumnHeaderTemplateContext> HeaderTemplate { get; set; }

Property Value

Type Description
RenderFragment<TreeListSelectionColumnHeaderTemplateContext>

The selection column’s header template.

Implements

See Also