Back to Devexpress

PivotGridAllowedAreas Enum

corelibraries-devexpress-dot-xtrapivotgrid-26bc0a7a.md

latest2.7 KB
Original Source

PivotGridAllowedAreas Enum

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

Declaration

csharp
[Flags]
[ResourceFinder(typeof(ResFinder), "PropertyNamesRes")]
public enum PivotGridAllowedAreas
vb
<Flags>
<ResourceFinder(GetType(ResFinder), "PropertyNamesRes")>
Public Enum PivotGridAllowedAreas

Members

NameDescription
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:

LibraryRelated API Members
Cross-Platform Class LibraryIThreadSafeField.AllowedAreas
PivotGridFieldBase.AllowedAreas
ASP.NET Web Forms ControlsPivotGridField.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

AllowedAreas

DevExpress.XtraPivotGrid Namespace