Skip to main content

PivotGridGroup Class

Represents an individual group of fields.

Namespace: DevExpress.Xpf.PivotGrid

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

#Declaration

public class PivotGridGroup :
    DXFrameworkContentElement,
    IEnumerable<PivotGridField>,
    IEnumerable

#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 the PivotGridGroup class and are stored within the PivotGridControl.Groups collection.

To learn more, see Field Groups.

See Also