Back to Devexpress

PivotFieldValueEventArgs.FieldIndex Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotfieldvalueeventargs-c3b9b62b.md

latest1.2 KB
Original Source

PivotFieldValueEventArgs.FieldIndex Property

Gets the field’s position among the visible fields within the header area.

Namespace : DevExpress.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public int FieldIndex { get; }
vb
Public ReadOnly Property FieldIndex As Integer

Property Value

TypeDescription
Int32

An integer value that specifies the field’s position among the visible fields.

|

See Also

PivotFieldValueEventArgs Class

PivotFieldValueEventArgs Members

DevExpress.Xpf.PivotGrid Namespace