Skip to main content
All docs
V26.1
  • IPivotTableField.ValueTemplate Property

    Specifies a template to display the current field’s values.

    Namespace: DevExpress.Blazor.PivotTable

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

    Declaration

    RenderFragment<PivotTableFieldValueTemplateContext> ValueTemplate { get; set; }

    Property Value

    Type Description
    RenderFragment<PivotTableFieldValueTemplateContext>

    The template content.

    Remarks

    Refer to the ValueTemplate property description for additional information and an example.

    See Also