Skip to main content

PivotGridWebOptionsView(EventHandler, IViewBagOwner, String) Constructor

Initializes a new instance of the PivotGridWebOptionsView class with specified settings.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public PivotGridWebOptionsView(
    EventHandler optionsChanged,
    IViewBagOwner viewBagOwner,
    string objectPath
)

Parameters

Name Type
optionsChanged EventHandler
viewBagOwner DevExpress.WebUtils.IViewBagOwner
objectPath String
See Also