PivotGridAllowedAreas Enum
Lists the areas within which a field can be positioned.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
[Flags]
[ResourceFinder(typeof(ResFinder), "PropertyNamesRes")]
public enum PivotGridAllowedAreas
#Members
Name | Description |
---|---|
All
|
Specifies that a field can be positioned within any area. |
Row
|
Specifies that a field can be positioned within the Row Header Area. |
Column
|
Specifies that a field can be positioned within the Column Header Area. |
Filter
|
Specifies that a field can be positioned within the Filter Header Area. |
Data
|
Specifies that a field can be positioned within the Data Header Area. |
#Related API Members
The following properties accept/return PivotGridAllowedAreas values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | IThread |
Pivot |
|
ASP. |
Pivot |
#Remarks
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.