Back to Devexpress

PivotFieldAreaChangingEventArgs.NewArea Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotfieldareachangingeventargs.md

latest1.9 KB
Original Source

PivotFieldAreaChangingEventArgs.NewArea Property

Gets the current position of the field being dragged.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public FieldArea NewArea { get; }
vb
Public ReadOnly Property NewArea As FieldArea

Property Value

TypeDescription
FieldArea

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

|

Available values:

NameDescription
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

NewAreaIndex

PivotFieldAreaChangingEventArgs Class

PivotFieldAreaChangingEventArgs Members

DevExpress.Xpf.PivotGrid Namespace