PivotGridGroupCollection(PivotGridWpfData, PivotGridGroupCollection) Constructor
Initializes a new instance of the PivotGridGroupCollection class.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Parameters
Name | Type |
---|---|
data | DevExpress.Xpf.PivotGrid.Internal.PivotGridWpfData |
groups | PivotGridGroupCollection |
Remarks
This constructor is automatically called when PivotGridControl initializes its PivotGridControl.Groups property.
See Also