Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: DevExpress.Win.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