Skip to main content

PivotFieldAreaChangingEventArgs.NewArea Property

Gets the current position of the field being dragged.

Namespace: DevExpress.Xpf.PivotGrid

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

#Declaration

public FieldArea NewArea { get; }

#Property Value

Type Description
FieldArea

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

See Also