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

PivotGridCellTemplateItem.ColumnField Property

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

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public PivotGridField ColumnField { get; }

Property Value

Type Description
PivotGridField

A PivotGridField object which represents the column field.

See Also