Skip to main content
All docs
V25.1
  • PivotGridControl.ShowFilterEditor() Method

    Invokes the Filter Editor.

    Namespace: DevExpress.Xpf.PivotGrid

    Assembly: DevExpress.Xpf.PivotGrid.v25.1.dll

    NuGet Package: DevExpress.Wpf.PivotGrid

    Declaration

    public virtual void ShowFilterEditor()

    Remarks

    The ShowFilterEditor method invokes the Filter Editor and does not reset the filter expression.

    pivot-filter-editor-new

    To hide the Filter Editor, use the PivotGridControl.HideFilterEditor() method.

    For more information, see Filter Editor.

    See Also