Back to Devexpress

PivotGridGroup.Area Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridgroup-014ea32b.md

latest2.6 KB
Original Source

PivotGridGroup.Area Property

Gets the area of the DXPivotGrid in which the group is displayed.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
[Browsable(false)]
public FieldArea Area { get; }
vb
<Browsable(False)>
Public ReadOnly Property Area As FieldArea

Property Value

TypeDescription
FieldArea

A FieldArea enumeration value which specifies the area in which the group is displayed.

|

Available values:

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.

|

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

AreaIndex

PivotGridGroup Class

PivotGridGroup Members

DevExpress.Xpf.PivotGrid Namespace