Skip to main content
A newer version of this page is available. .

PivotGridCellTemplateContainer.ColumnField Property

Gets the innermost column field to which the rendered cell corresponds.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public PivotGridField ColumnField { get; }

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