PivotGridFieldBase.Group Property
In This Article
Gets the group which owns the current field.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
public PivotGridGroup Group { get; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
#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