PivotArea Enum
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
Declaration
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. |
Related API Members
The following properties accept/return PivotArea values:
Remarks
Values listed by this enumeration are used to set the field’s PivotGridFieldBase.Area property.
See Also