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.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

public virtual void ShowFilterEditor()

Remarks

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

See Also