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