Skip to main content
A newer version of this page is available.
All docs
V18.2

PivotGridWebOptionsCustomization(PivotGridWebOptionsCustomization.OptionsCustomizationChangedEventHandler, EventHandler, IViewBagOwner, String) Constructor

Initializes a new instance of the PivotGridWebOptionsCustomization class.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public PivotGridWebOptionsCustomization(
    PivotGridWebOptionsCustomization.OptionsCustomizationChangedEventHandler webOptionsChanged,
    EventHandler optionsChanged,
    IViewBagOwner viewBagOwner,
    string objectPath
)

Parameters

Name Type Description
webOptionsChanged PivotGridWebOptionsCustomization.OptionsCustomizationChangedEventHandler

An OptionsCustomizationChangedEventHandler delegate that will receive change notifications.

optionsChanged EventHandler

An EventHandler delegate that will receive change notifications.

viewBagOwner DevExpress.WebUtils.IViewBagOwner

An object that 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