Skip to main content

PivotGridGroupCollection.Add(PivotGridFieldBase[]) Method

Creates a group and adds the specified fields to it.

Namespace: DevExpress.XtraPivotGrid

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

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

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