Skip to main content

PivotFieldAreaChangingEventArgs.NewAreaIndex Property

Gets the index of the field which is being dragged for the area it’s currently located over among the other fields displayed within the area.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public int NewAreaIndex { get; }

Property Value

Type Description
Int32

A zero-based integer which specifies the index of the dragged field among the other fields displayed within the area over which it’s currently located.

See Also