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

    Specifies a common template to display field values in rows or columns.

    Namespace: DevExpress.Blazor.PivotTable

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

    NuGet Package: DevExpress.Blazor.PivotTable

    Declaration

    RenderFragment<PivotTableFieldValueTemplateContext> FieldValueTemplate { get; set; }

    Property Value

    Type Description
    RenderFragment<PivotTableFieldValueTemplateContext>

    The template content.

    Remarks

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

    See Also