PivotTableFieldPositionChangingEventArgs.NewAreaIndex Property
Returns the field’s new index among other fields in the same area.
Namespace: DevExpress.Blazor.PivotTable
Assembly: DevExpress.Blazor.PivotTable.v25.1.dll
NuGet Package: DevExpress.Blazor.PivotTable
Declaration
public int NewAreaIndex { get; }
Property Value
| Type | Description |
|---|---|
| Int32 | The new field index among other fields in the same area. |
See Also