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

PivotGridOptionsFilterPopup(PivotOptionsFilterEventHandler) Constructor

Initializes a new instance of the PivotGridOptionsFilterPopup class.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.2.dll

Declaration

public PivotGridOptionsFilterPopup(
    PivotOptionsFilterEventHandler optionsChanged
)

Parameters

Name Type Description
optionsChanged PivotOptionsFilterEventHandler

The PivotGridOptionsFilterBase.OptionsChanged event handler.

Remarks

Instances of the PivotGridOptionsFilterPopup class are automatically created and initialized. Typically, there is no need to call this constructor directly from your code.

See Also