Back to Devexpress

PivotGridGroupCollection.Add() Method

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridgroupcollection.md

latest1.3 KB
Original Source

PivotGridGroupCollection.Add() Method

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

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public PivotGridGroup Add()
vb
Public Function Add As PivotGridGroup

Returns

TypeDescription
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

PivotGridGroupCollection Class

PivotGridGroupCollection Members

DevExpress.Xpf.PivotGrid Namespace