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

PivotGridOptionsCustomization(EventHandler, IViewBagOwner, String) Constructor

Initializes a new instance of the PivotGridOptionsCustomization class.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v18.2.Core.dll

Declaration

public PivotGridOptionsCustomization(
    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

The string value.

Remarks

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

See Also