PivotGridOptionsFilterPopup(PivotOptionsFilterEventHandler) Constructor
Initializes a new instance of the PivotGridOptionsFilterPopup class.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v25.1.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
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