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

PivotGridGroupCollection.Add() Method

Appends a new item representing a group of fields to the collection.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

public PivotGridGroup Add()

Returns

Type Description
PivotGridGroup

The PivotGridGroup object added to the collection.

Remarks

This method creates a new PivotGridGroup object, initializes it with default settings and appends it to the collection.

See Also