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

PivotGridWebOptionsData(PivotGridData, EventHandler) Constructor

Initializes a new instance of the PivotGridWebOptionsData class.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public PivotGridWebOptionsData(
    PivotGridData data,
    EventHandler optionsChanged
)

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