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

PivotFilter.ChangeFilterEditorVisible() Method

Toggles the Filter Editor visibility.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

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