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