PivotGridWebOptionsFilter(PivotOptionsFilterEventHandler, IViewBagOwner, String) Constructor
Initializes a new instance of the PivotGridWebOptionsFilter class.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
public PivotGridWebOptionsFilter(
PivotOptionsFilterEventHandler optionsChanged,
IViewBagOwner viewBagOwner,
string projectPath
)
Parameters
Name | Type | Description |
---|---|---|
optionsChanged | PivotOptionsFilterEventHandler | A PivotOptionsFilterEventHandler delegate that will receive change notifications. |
viewBagOwner | DevExpress.WebUtils.IViewBagOwner | An object that implements the IViewBagOwner interface. |
projectPath | String | A string value. |
Remarks
Instances of the PivotGridWebOptionsFilter class are automatically created and initialized. Typically, there is no need to call this constructor directly from your code.
See Also