Skip to main content

PivotGridControl.Groups Property

Gets the collection of field groups.

Namespace: DevExpress.Xpf.PivotGrid

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

#Declaration

[XtraSerializableProperty(true, true, true, 100)]
[XtraSerializablePropertyId(0)]
public PivotGridGroupCollection Groups { get; }

#Property Value

Type Description
PivotGridGroupCollection

A PivotGridGroupCollection object that represents the collection of field groups.

#Remarks

Individual fields can be combined into a group which is represented by a PivotGridGroup object. Fields which belong to the same group are treated as a whole, and are always displayed within the same area. An end-user cannot separate these fields by dragging one of them to a different area or hiding it to the customization form.

To learn more, see Field Groups.

See Also