Skip to main content
All docs
V24.2

IPivotTableField.HeaderTemplate Property

Specifies a template to display the current field’s caption.

Namespace: DevExpress.Blazor.PivotTable

Assembly: DevExpress.Blazor.PivotTable.v24.2.dll

NuGet Package: DevExpress.Blazor.PivotTable

Declaration

RenderFragment<PivotTableFieldHeaderTemplateContext> HeaderTemplate { get; set; }

Property Value

Type Description
RenderFragment<PivotTableFieldHeaderTemplateContext>

The template content.

Remarks

Refer to the HeaderTemplate property description for more information and an example.

See Also