PivotGridWebGroupCollection(PivotGridData) Constructor
Initializes a new instance of the PivotGridWebGroupCollection class.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
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