Skip to main content
A newer version of this page is available. .

PivotGridAllowedAreas Enum

Lists the areas within which a field can be positioned.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v17.2.Core.dll

Declaration

[TypeConverter(typeof(EnumTypeConverter))]
[ResourceFinder(typeof(ResFinder), "PropertyNamesRes")]
[Flags]
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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the PivotGridAllowedAreas enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also