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

PivotGridGroupCollection(PivotGridWpfData, PivotGridGroupCollection) Constructor

Initializes a new instance of the PivotGridGroupCollection class.

Namespace: DevExpress.Xpf.PivotGrid

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

Declaration

public PivotGridGroupCollection(
    PivotGridWpfData data,
    PivotGridGroupCollection groups
)

Parameters

Name Type
data DevExpress.Xpf.PivotGrid.Internal.PivotGridWpfData
groups PivotGridGroupCollection

Remarks

This constructor is automatically called when PivotGridControl initializes its PivotGridControl.Groups property.

See Also