PivotGridGroupCollection.Add() Method
In This Article
Appends a new item representing a group of fields to the collection.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Returns
Type | Description |
---|---|
Pivot |
The Pivot |
#Remarks
This method creates a new PivotGridGroup object, initializes it with default settings and appends it to the collection.
See Also