Skip to main content
Tag

PivotGridField.Group Property

Gets or sets the group which owns the current field. This is a dependency property.

Namespace: DevExpress.Xpf.PivotGrid

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

#Declaration

public PivotGridGroup Group { get; set; }

#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