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

PivotGridOptionsFilterBase(PivotOptionsFilterEventHandler, IViewBagOwner, String) Constructor

Initializes a new instance of the PivotGridOptionsFilterBase class. For internal use.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

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