Skip to main content

PivotGridOptionsFilterPopup(PivotOptionsFilterEventHandler) Constructor

Initializes a new instance of the PivotGridOptionsFilterPopup class.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

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