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

PivotGridControl.HideFilterEditor() Method

Hides 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 HideFilterEditor()

Remarks

To show the Filter Editor, use the PivotGridControl.ShowFilterEditor() method.

See Also