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

PivotArea Enum

Lists the values that specify the areas where the pivot grid fields can be displayed.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.2.Core.dll

Declaration

[ResourceFinder(typeof(ResFinder), "PropertyNamesRes")]
public enum PivotArea

Members

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.

Remarks

Values listed by this enumeration are used to set the field’s PivotGridFieldBase.Area property.

See Also