Skip to main content

PivotGridWebGroupCollection(PivotGridData) Constructor

Initializes a new instance of the PivotGridWebGroupCollection class.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

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