Back to Devexpress

PivotAreaChangingEventArgs.NewAreaIndex Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotareachangingeventargs-0a433dcf.md

latest1.3 KB
Original Source

PivotAreaChangingEventArgs.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.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

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

Property Value

TypeDescription
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

PivotAreaChangingEventArgs Class

PivotAreaChangingEventArgs Members

DevExpress.XtraPivotGrid Namespace