PivotGridGroupCollection.Add(PivotGridFieldBase[]) Method
Creates a group and adds the specified fields to it.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
fields | PivotGridFieldBase[] | An array of fields to be added to the created group. |
Returns
Type | Description |
---|---|
PivotGridGroup | The created PivotGridGroup object. |
See Also