Skip to main content
All docs
V24.2

IPivotTableField.CellTemplate Property

Specifies a template for data cells that correspond to the current field.

Namespace: DevExpress.Blazor.PivotTable

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

NuGet Package: DevExpress.Blazor.PivotTable

Declaration

RenderFragment<PivotTableFieldCellTemplateContext> CellTemplate { get; set; }

Property Value

Type Description
RenderFragment<PivotTableFieldCellTemplateContext>

The template content.

Remarks

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

See Also