Gets the field position among the visible fields within the Header Area.
Namespace:DevExpress.XtraPivotGrid
Assembly:DevExpress.PivotGrid.v19.2.Core.dll

Syntax
C# |
public int FieldIndex { get; }
|
VB |
Public ReadOnly Property FieldIndex As Integer
|
Property value
Type: Int32
An integer value that specifies the field position among the visible fields.

See Also