Back to Devexpress

PivotArea Enum

corelibraries-devexpress-dot-xtrapivotgrid-df17f464.md

latest3.5 KB
Original Source

PivotArea Enum

Lists the values that specify the areas where the pivot grid fields can be displayed.

Namespace : DevExpress.XtraPivotGrid

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

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

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

Members

NameDescription
RowArea

Corresponds to the Row Header Area.

| | ColumnArea |

Corresponds to the Column Header Area.

| | FilterArea |

Corresponds to the Filter Header Area.

| | DataArea |

Corresponds to the Data Header Area.

|

The following properties accept/return PivotArea values:

Show 14 items

LibraryRelated API Members
Cross-Platform Class LibraryIThreadSafeField.Area
IThreadSafeGroup.Area
PivotGridFieldBase.Area
PivotGridGroup.Area
PivotGridOptionsDataField.DataFieldArea
WinForms ControlsPivotAreaChangingEventArgs.NewArea
PivotCustomDrawFieldValueEventArgs.Area
PivotCustomDrawFieldValueThreadSafeEventArgs.Area
PivotCustomDrawHeaderAreaEventArgs.Area
PivotCustomDrawHeaderAreaThreadSafeEventArgs.Area
PivotGridHeadersAreaHitInfo.Area
PivotGridMenuEventArgsBase.Area
ASP.NET Web Forms ControlsPivotAreaChangingEventArgs.NewArea
PivotGridEmptyAreaTemplateContainer.Area

Remarks

Values listed by this enumeration are used to set the field’s PivotGridFieldBase.Area property.

See Also

Area

DevExpress.XtraPivotGrid Namespace