PivotGridOptionsCustomizationEx(EventHandler, IViewBagOwner, String) Constructor
Initializes a new instance of the PivotGridOptionsCustomizationEx class with the specified settings.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v26.1.dll
Declaration
public PivotGridOptionsCustomizationEx(
EventHandler optionsChanged,
IViewBagOwner viewBagOwner,
string objectPath
)
Parameters
| Name | Type | Description |
|---|---|---|
| optionsChanged | EventHandler | A delegate that will handle firing of the event, as a result of changing the object’s properties. |
| 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. |
See Also