Skip to main content

PivotGridGroupCollection Class

Represents a collection of field groups.

Namespace: DevExpress.Xpf.PivotGrid

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

#Declaration

public class PivotGridGroupCollection :
    PivotChildCollection<PivotGridGroup>

#Returned By

The PivotGridControl.Groups property returns an instance of PivotGridGroupCollection.

#Remarks

The DXPivotGrid provides the capability to arrange fields into groups. Fields which are grouped cannot be separated by end-users by dragging one of them to a different area. Field groups are represented by PivotGridGroup objects, and these are stored within the PivotGridControl.Groups collection.

To learn more, see Field Groups.

#Inheritance

Object
Collection<PivotGridGroup>
ObservableCollection<PivotGridGroup>
DevExpress.Xpf.PivotGrid.Internal.PivotChildCollection<PivotGridGroup>
PivotGridGroupCollection
See Also