Skip to main content
All docs
V26.1
  • PivotTableFieldPositionChangingEventArgs.NewAreaIndex Property

    Returns the field’s new index among other fields in the same area.

    Namespace: DevExpress.Blazor.PivotTable

    Assembly: DevExpress.Blazor.PivotTable.v26.1.dll

    Declaration

    public int NewAreaIndex { get; }

    Property Value

    Type Description
    Int32

    The new field index among other fields in the same area.

    See Also