Skip to main content
A newer version of this page is available. .

PivotGridFieldBase.Group Property

Gets the group which owns the current field.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

[Browsable(false)]
public PivotGridGroup Group { get; }

Property Value

Type Description
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