PivotGridGroupCollection.Add(PivotGridGroup) Method
Adds the specified group to the end of 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 |
---|---|---|
fieldGroup | PivotGridGroup | A PivotGridGroup object which represents the group to add. |
Remarks
To add several groups to the collection use the PivotGridGroupCollection.AddRange method. Also, see the other overloads of the Add method which take different parameters.
See Also