PivotTableFieldCellTemplateContext.ColumnField Property
In This Article
Returns the column field to which the processed data cell refers.
Namespace: DevExpress.Blazor.PivotTable
Assembly: DevExpress.Blazor.PivotTable.v24.2.dll
NuGet Package: DevExpress.Blazor.PivotTable
#Declaration
C#
public PivotTableField ColumnField { get; }
#Property Value
Type | Description |
---|---|
Pivot |
The field object. |
See Also