Skip to main content
Row

PivotFieldGroupingInfo.BaseFieldIndex Property

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

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

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