Skip to main content
Row

PivotItemReference.FieldIndex Property

Gets the index of the pivot field containing the referenced item.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public int FieldIndex { get; }

Property Value

Type Description
Int32

An integer value specifying a zero-based index of the field in the PivotTable’s field collection.

Remarks

To obtain the index of the referenced item in the item collection of the specified pivot field, use the PivotItemReference.ItemIndex property.

See Also