Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

PivotFieldGroupingInfo.BaseFieldIndex Property

Gets an index of the field in the PivotTable.Fields collection.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

int BaseFieldIndex { get; }

Property Value

Type Description
Int32

An integer that is the index of the pivot field in the PivotFieldCollection.

Remarks

The BaseFieldIndex property indicates a field to which grouping applies.

See Also