Back to Devexpress

PivotGridGroupCollection.Add(PivotGridGroup) Method

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridgroupcollection-dot-add-x28-devexpress-dot-xtrapivotgrid-dot-pivotgridgroup-x29.md

latest2.2 KB
Original Source

PivotGridGroupCollection.Add(PivotGridGroup) Method

Adds the specified group to the end of the collection.

Namespace : DevExpress.XtraPivotGrid

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

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
public void Add(
    PivotGridGroup fieldGroup
)
vb
Public Sub Add(
    fieldGroup As PivotGridGroup
)

Parameters

NameTypeDescription
fieldGroupPivotGridGroup

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

AddRange(PivotGridGroup[])

Insert(Int32, PivotGridGroup)

Remove(PivotGridGroup)

PivotGridGroupCollection Class

PivotGridGroupCollection Members

DevExpress.XtraPivotGrid Namespace