Skip to main content
All docs
V25.1
  • IPivotTableField.CellTemplate Property

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

    Namespace: DevExpress.Blazor.PivotTable

    Assembly: DevExpress.Blazor.PivotTable.v25.1.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