PivotGridCells(PivotGridViewInfoData) Constructor
Initializes a new instance of the PivotGridCells class with default settings.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v25.1.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| data | DevExpress.XtraPivotGrid.Data.PivotGridViewInfoData | A PivotGridViewInfoData object which contains the information required to initialize the created PivotGridCells object. |
See Also