PivotGridGroup Class
In This Article
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
#Returned By
Properties and methods that return PivotGridGroup instances:
#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.
#Inheritance
See Also