IPivotTableField.ValueTemplate Property
In This Article
Specifies a template to display the current field’s values.
Namespace: DevExpress.Blazor.PivotTable
Assembly: DevExpress.Blazor.PivotTable.v24.2.dll
NuGet Package: DevExpress.Blazor.PivotTable
#Declaration
C#
RenderFragment<PivotTableFieldValueTemplateContext> ValueTemplate { get; set; }
#Property Value
Type | Description |
---|---|
Render |
The template content. |
#Remarks
Refer to the ValueTemplate property description for more information and an example.
See Also