Skip to main content
Row

PivotItemReference.ItemIndex Property

Gets the index of the referenced item.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public int ItemIndex { get; }

Property Value

Type Description
Int32

An integer value specifying a zero-based index of the item in the item collection of the field to which this item belongs.

Remarks

To obtain the index of the field containing the referenced item, use the PivotItemReference.FieldIndex property.

See Also