PivotGridGroup.Area Property
In This Article
Gets the area of the DXPivotGrid in which the group is displayed.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Field |
A Field |
#Remarks
A group can be placed within one of four areas: Filter Header Area, Column Header Area, Row Header Area or Data Header Area. The Area property allows the area in which the group is displayed to be obtained.
The Area property returns the value of the PivotGridField.Area property of the first field within the group. If the group is empty, the Area property returns the FieldArea.FilterArea value.
See Also