Skip to main content

PivotFieldAreaChangingEventArgs.NewArea Property

Gets the current position of the field being dragged.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v23.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public FieldArea NewArea { get; }

Property Value

Type Description
FieldArea

A FieldArea enumeration value which specifies the current position of the field being dragged.

Available values:

Name Description
RowArea

Corresponds to the row header area.

ColumnArea

Corresponds to the column header area.

FilterArea

Corresponds to the filter header area.

DataArea

Corresponds to the data header area.

See Also