Skip to main content

PivotGridCellTemplateItem.GetColumnFields() Method

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

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public PivotGridField[] GetColumnFields()

Returns

Type Description
PivotGridField[]

An array of column fields.

See Also