Skip to main content
A newer version of this page is available. .

PivotGridGroupCollection.Add(PivotGridGroup) Method

Adds the specified group to the end of the collection.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v18.2.Core.dll

Declaration

public void Add(
    PivotGridGroup fieldGroup
)

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