Skip to main content

PivotGridCells(PivotGridViewInfoData) Constructor

Initializes a new instance of the PivotGridCells class with default settings.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public PivotGridCells(
    PivotGridViewInfoData data
)

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