Skip to main content
A newer version of this page is available. .

PivotGridGroupCollection(PivotGridData) Constructor

Initializes a new instance of the PivotGridGroupCollection class.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

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