Skip to main content
A newer version of this page is available. .

PivotAreaChangingEventArgs.NewArea Property

Gets the current position of the field being dragged.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v18.2.dll

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the NewArea property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also