Back to Devexpress

PivotGridGroupCollection.AddRange(PivotGridGroup[]) Method

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

latest2.2 KB
Original Source

PivotGridGroupCollection.AddRange(PivotGridGroup[]) Method

Adds an array of groups to the collection.

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

csharp
public void AddRange(
    PivotGridGroup[] groups
)
vb
Public Sub AddRange(
    groups As PivotGridGroup()
)

Parameters

NameTypeDescription
groupsPivotGridGroup[]

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

Add

Insert(Int32, PivotGridGroup)

Remove(PivotGridGroup)

PivotGridGroupCollection Class

PivotGridGroupCollection Members

DevExpress.XtraPivotGrid Namespace