PivotGridGroupCollection(PivotGridData) Constructor
Initializes a new instance of the PivotGridGroupCollection class.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
data | DevExpress.XtraPivotGrid.Data.PivotGridData | A DevExpress.XtraPivotGrid.Data.PivotGridData object. |
Remarks
This constructor is called automatically when a PivotGridControl object or one of its descendant initializes its PivotGridControl.Groups property.
See Also