Back to Devexpress

PivotGridFieldBase.Group Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridfieldbase-1badd3f8.md

latest1.8 KB
Original Source

PivotGridFieldBase.Group Property

Gets the group which owns the current field.

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

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

Property Value

TypeDescription
PivotGridGroup

A PivotGridGroup object which owns the current field; null if the field doesn’t belong to a group.

|

Remarks

Multiple fields can be combined into a single group via the PivotGridControl.Groups collection. Fields that belong to the same group cannot be separated and they are always dragged as a whole. Linked fields are displayed within the same area which is specified by the PivotGridGroup.Area property.

See Also

PivotGridFieldBase Class

PivotGridFieldBase Members

DevExpress.XtraPivotGrid Namespace