PivotGridOptionsFilter(EventHandler) Constructor
Initializes a new instance of the PivotGridOptionsFilter class with specified settings.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v20.2.dll
Declaration
public PivotGridOptionsFilter(
EventHandler optionsChanged
)
Public Sub New(
optionsChanged As EventHandler
)
Parameters
Name | Type |
---|---|
optionsChanged | EventHandler |
See Also
Feedback