PivotGridGroupCollection.AddRange(PivotGridGroup[]) Method
Adds an array of groups to the collection.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
groups | PivotGridGroup[] | An array of PivotGridGroup objects to add to the collection. |
Remarks
The AddRange method adds an array of existing groups to the pivot grid’s PivotGridControl.Groups collection. Individual groups can be added using the PivotGridGroupCollection.Add method.
See Also