PivotGridOptionsFilterBase(PivotOptionsFilterEventHandler, IViewBagOwner, String) Constructor
Initializes a new instance of the PivotGridOptionsFilterBase class. For internal use.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
public PivotGridOptionsFilterBase(
PivotOptionsFilterEventHandler optionsChanged,
IViewBagOwner viewBagOwner,
string projectPath
)
Parameters
Name | Type | Description |
---|---|---|
optionsChanged | PivotOptionsFilterEventHandler | The PivotGridOptionsFilterBase.OptionsChanged event handler. |
viewBagOwner | DevExpress.WebUtils.IViewBagOwner | An object that implements the IViewBagOwner interface. |
projectPath | String | The string value. |
Remarks
This member supports the internal infrastructure and is not intended to be used directly from your code.
See Also