corelibraries-devexpress-dot-xtrapivotgrid-26bc0a7a.md
Lists the areas within which a field can be positioned.
Namespace : DevExpress.XtraPivotGrid
Assembly : DevExpress.PivotGrid.v25.2.Core.dll
NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
[Flags]
[ResourceFinder(typeof(ResFinder), "PropertyNamesRes")]
public enum PivotGridAllowedAreas
<Flags>
<ResourceFinder(GetType(ResFinder), "PropertyNamesRes")>
Public Enum PivotGridAllowedAreas
| Name | Description |
|---|---|
All |
Specifies that a field can be positioned within any area.
|
| RowArea |
Specifies that a field can be positioned within the Row Header Area.
|
| ColumnArea |
Specifies that a field can be positioned within the Column Header Area.
|
| FilterArea |
Specifies that a field can be positioned within the Filter Header Area.
|
| DataArea |
Specifies that a field can be positioned within the Data Header Area.
|
The following properties accept/return PivotGridAllowedAreas values:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | IThreadSafeField.AllowedAreas |
| PivotGridFieldBase.AllowedAreas | |
| ASP.NET Web Forms Controls | PivotGridField.AllowedAreas |
The PivotGridFieldBase.AllowedAreas property of the PivotGridAllowedAreas type enumerates the areas within which a field can be positioned. If a specific flag in the property’s value is cleared the field cannot be displayed within the corresponding area.
See Also