PivotGridGroupCollection(PivotGridData) Constructor
Initializes a new instance of the PivotGridGroupCollection class.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v26.1.Core.dll
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