PivotGridGroupCollection.Add(PivotGridGroup) Method
In This Article
Adds the specified group to the end of the collection.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
public void Add(
PivotGridGroup fieldGroup
)
#Parameters
Name | Type | Description |
---|---|---|
field |
Pivot |
A Pivot |
#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