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