PivotArea Enum
In This Article
Lists the values that specify the areas where the pivot grid fields can be displayed.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
#Members
Name | Description |
---|---|
Row
|
Corresponds to the Row Header Area. |
Column
|
Corresponds to the Column Header Area. |
Filter
|
Corresponds to the Filter Header Area. |
Data
|
Corresponds to the Data Header Area. |
#Related API Members
The following properties accept/return PivotArea values:
Show 14 items
#Remarks
Values listed by this enumeration are used to set the field’s PivotGridFieldBase.Area property.
See Also