PivotTableFieldCellTemplateContext.ColumnField Property
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
public PivotTableField ColumnField { get; }
Property Value
Type | Description |
---|---|
PivotTableField | The field object. |
See Also