Skip to main content

PivotGridGroupCollection(PivotGridData) Constructor

Initializes a new instance of the PivotGridGroupCollection class.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public PivotGridGroupCollection(
    PivotGridData data
)

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