PivotFieldGroupingInfo.BaseFieldIndex Property
Gets an index of the field in the PivotTable.Fields collection.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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