Back to Devexpress

PivotTableFieldPositionChangingEventArgs.NewArea Property

blazor-devexpress-dot-blazor-dot-pivottable-dot-pivottablefieldpositionchangingeventargs-caa85e63.md

latest1.1 KB
Original Source

PivotTableFieldPositionChangingEventArgs.NewArea Property

Returns the field’s new area.

Namespace : DevExpress.Blazor.PivotTable

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

NuGet Package : DevExpress.Blazor.PivotTable

Declaration

csharp
public PivotTableArea NewArea { get; }

Property Value

TypeDescription
PivotTableArea

A new Pivot Table area.

|

Available values:

NameDescription
Row

A row field.

| | Column |

A column field.

| | Filter |

A filter field.

| | Data |

A data field.

|

See Also

PivotTableFieldPositionChangingEventArgs Class

PivotTableFieldPositionChangingEventArgs Members

DevExpress.Blazor.PivotTable Namespace