Skip to main content
All docs
V26.1
  • PivotGridOptionsFilter(EventHandler) Constructor

    Initializes a new instance of the PivotGridOptionsFilter class with specified settings.

    Namespace: DevExpress.XtraPivotGrid

    Assembly: DevExpress.XtraPivotGrid.v26.1.dll

    Declaration

    public PivotGridOptionsFilter(
        EventHandler optionsChanged
    )

    Parameters

    Name Type
    optionsChanged EventHandler
    See Also