Skip to main content
A newer version of this page is available.
All docs
V18.2
Tag

PivotGridFieldBase.Index Property

Gets or sets the index of the field in the control’s field collection.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v18.2.Core.dll

Declaration

[Browsable(false)]
[XtraSerializableProperty]
public int Index { get; set; }

Property Value

Type Description
Int32

A zero-based integer representing the index of the field in the control’s field collection.

Remarks

This property specifies the field’s index in the PivotGridControl.Fields collection.

To specify the field’s visual position amongst the other fields within a specific area use the PivotGridFieldBase.AreaIndex property.

See Also