Skip to main content

PivotGridAllowedAreas Enum

Lists the areas within which a field can be positioned.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.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.

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.

Related API Members

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

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.

See Also