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

XRPivotGridFieldOptions(PivotOptionsChangedEventHandler, IViewBagOwner, String) Constructor

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

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public XRPivotGridFieldOptions(
    PivotOptionsChangedEventHandler optionsChanged,
    IViewBagOwner viewBagOwner,
    string objectPath
)

Parameters

Name Type Description
optionsChanged PivotOptionsChangedEventHandler

A delegate that will receive change notifications.

viewBagOwner DevExpress.WebUtils.IViewBagOwner

An IViewBagOwner object that is used to initialize the created object.

objectPath String

A string value that is used to initialize the created object.

Remarks

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

See Also