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

PivotGridGroupCollection.Add(PivotGridFieldBase[]) Method

Creates a group and adds the specified fields to it.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v22.1.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Dashboard.Design

Declaration

public PivotGridGroup Add(
    params PivotGridFieldBase[] fields
)

Parameters

Name Type Description
fields PivotGridFieldBase[]

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

Returns

Type Description
PivotGridGroup

The created PivotGridGroup object.

See Also