Skip to main content

PivotGridControl.ShowFilterEditor() Method

Invokes the Filter Editor.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v23.2.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