Skip to main content
All docs
V24.2

IPivotTable.FieldHeaderTemplate Property

Specifies a common template to display field captions in the header area.

Namespace: DevExpress.Blazor.PivotTable

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

NuGet Package: DevExpress.Blazor.PivotTable

Declaration

RenderFragment<PivotTableFieldHeaderTemplateContext> FieldHeaderTemplate { get; set; }

Property Value

Type Description
RenderFragment<PivotTableFieldHeaderTemplateContext>

The template content.

Remarks

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

See Also