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

PivotGridCellTemplateItem.GetColumnFields() Method

Returns an array of column fields which correspond to the processed cell.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v19.1.dll

Declaration

public PivotGridField[] GetColumnFields()

Returns

Type Description
PivotGridField[]

An array of column fields.

See Also