PivotGridGroupCollection.Add(PivotGridField[]) Method
In This Article
Copies fields from the specified array to a new group and assigns the group to the collection.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
fields | Pivot |
An array of Pivot |
#Returns
Type | Description |
---|---|
Pivot |
A Pivot |
See Also