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

PivotGridWebOptionsView(EventHandler, IViewBagOwner, String) Constructor

Initializes a new instance of the PivotGridWebOptionsView class.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

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

Parameters

Name Type Description
optionsChanged EventHandler

A delegate that will receive change notifications.

viewBagOwner DevExpress.WebUtils.IViewBagOwner

An object which implements the IViewBagOwner interface.

objectPath String

A string value.

Remarks

This member supports the .NET Framework infrastructure and cannot be used directly from your code.

See Also