Skip to main content

PivotGridGroupCollection.Add(PivotGridField[]) Method

Copies fields from the specified array to a new group and assigns the group to the collection.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll

#Declaration

public PivotGridGroup Add(
    params PivotGridField[] fields
)

#Parameters

Name Type Description
fields PivotGridField[]

An array of PivotGridField objects, representing the fields that should be added to a new group.

#Returns

Type Description
PivotGridGroup

A PivotGridGroup object representing the created group of fields.

See Also