PivotGridCells(PivotGridViewInfoData) Constructor
Initializes a new instance of the PivotGridCells class with default settings.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
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