Skip to main content
All docs
V25.1
  • IPivotTable.FieldCellTemplate Property

    Specifies a common template for all data cells in the Pivot Table.

    Namespace: DevExpress.Blazor.PivotTable

    Assembly: DevExpress.Blazor.PivotTable.v25.1.dll

    NuGet Package: DevExpress.Blazor.PivotTable

    Declaration

    RenderFragment<PivotTableFieldCellTemplateContext> FieldCellTemplate { get; set; }

    Property Value

    Type Description
    RenderFragment<PivotTableFieldCellTemplateContext>

    The template content.

    Remarks

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

    See Also