Skip to main content

PivotAreaChangingEventArgs.NewArea Property

Gets the current position of the field being dragged.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public PivotArea NewArea { get; }

Property Value

Type Description
PivotArea

A PivotArea 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