PivotGridWebOptionsDataField(PivotGridData) Constructor
Initializes a new instance of the PivotGridWebOptionsDataField class with the specified settings.
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 PivotGridData object which contains the information required to initialize the created PivotGridWebOptionsDataField object. |
Remarks
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
See Also