Back to Devexpress

PivotGridGroupCollection.Add(PivotGridFieldBase[]) Method

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

latest1.7 KB
Original Source

PivotGridGroupCollection.Add(PivotGridFieldBase[]) Method

Creates a group and adds the specified fields to it.

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

csharp
public PivotGridGroup Add(
    params PivotGridFieldBase[] fields
)
vb
Public Function Add(
    ParamArray fields As PivotGridFieldBase()
) As PivotGridGroup

Parameters

NameTypeDescription
fieldsPivotGridFieldBase[]

An array of fields to be added to the created group.

|

Returns

TypeDescription
PivotGridGroup

The created PivotGridGroup object.

|

See Also

PivotGridGroupCollection Class

PivotGridGroupCollection Members

DevExpress.XtraPivotGrid Namespace