PivotGridCellTemplateContainer.ColumnField Property
Gets the innermost column field to which the rendered cell corresponds.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
PivotGridField | A PivotGridField object which represents the column field. |
Remarks
If the rendered cell resides within a Column Grand Total, the ColumnField property returns null. Otherwise, this property returns the innermost column field to which the processed cell corresponds.
To get any field’s value for the processed cell use the PivotGridCellTemplateContainer.GetFieldValue method.
See Also