Skip to main content

PivotFilter.ChangeFilterEditorVisible() Method

Toggles the Filter Editor visibility.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public void ChangeFilterEditorVisible()

Remarks

The ChangeFilterEditorVisible method shows the Filter Editor if it is currently hidden; otherwise, this method hides the Filter Editor.

See Also