Skip to main content
A newer version of this page is available. .

PivotGridControl.ShowFilterEditor() Method

Invokes the Filter Editor.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, 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