Back to Devexpress

PivotGridControl.ShowFilterEditor() Method

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-768022b5.md

latest1.5 KB
Original Source

PivotGridControl.ShowFilterEditor() Method

Invokes the Filter Editor.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public virtual void ShowFilterEditor()
vb
Public Overridable Sub ShowFilterEditor

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

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace