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

PivotGridWebGroupCollection(PivotGridData) Constructor

Initializes a new instance of the PivotGridWebGroupCollection class.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v18.2.dll

Declaration

public PivotGridWebGroupCollection(
    PivotGridData data
)

Parameters

Name Type Description
data DevExpress.XtraPivotGrid.Data.PivotGridData

A DevExpress.XtraPivotGrid.Data.PivotGridData object.

Remarks

This constructor is called automatically when the ASPxPivotGrid initializes its ASPxPivotGrid.Groups property.

See Also