PivotGridControl.ShowFilterEditor() Method
Invokes the Filter Editor.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Remarks
The ShowFilterEditor method invokes the Filter Editor and does not reset the filter expression.
To hide the Filter Editor, use the PivotGridControl.HideFilterEditor() method.
For more information, see Filter Editor.
See Also