corelibraries-devexpress-dot-xtrapivotgrid-df17f464.md
Lists the values that specify the areas where the pivot grid fields can be displayed.
Namespace : DevExpress.XtraPivotGrid
Assembly : DevExpress.PivotGrid.v25.2.Core.dll
NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
[ResourceFinder(typeof(ResFinder), "PropertyNamesRes")]
public enum PivotArea
<ResourceFinder(GetType(ResFinder), "PropertyNamesRes")>
Public Enum PivotArea
| 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 properties accept/return PivotArea values:
Show 14 items
Values listed by this enumeration are used to set the field’s PivotGridFieldBase.Area property.
See Also