Skip to main content
All docs
V25.1
  • PivotTableFieldPositionChangingEventArgs.NewArea Property

    Returns the field’s new area.

    Namespace: DevExpress.Blazor.PivotTable

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

    NuGet Package: DevExpress.Blazor.PivotTable

    Declaration

    public PivotTableArea NewArea { get; }

    Property Value

    Type Description
    PivotTableArea

    A new Pivot Table area.

    Available values:

    Name Description
    Row

    A row field.

    Column

    A column field.

    Filter

    A filter field.

    Data

    A data field.

    See Also