PivotGridWebOptionsData(PivotGridData, EventHandler) Constructor
Initializes a new instance of the PivotGridWebOptionsData class.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
data | DevExpress.XtraPivotGrid.Data.PivotGridData | A PivotGridData object that contains information required to initialize the created PivotGridWebOptionsData object. |
optionsChanged | EventHandler | A method that will handle the PivotGridOptionsBase.OptionsChanged event. |
Remarks
Instances of the PivotGridWebOptionsData class are automatically created and initialized. Typically, there is no need to call this constructor directly from your code.
See Also