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

Prefilter.ChangePrefilterVisible() Method

Toggles the visibility state of the Prefilter editor.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v18.2.dll

Declaration

public void ChangePrefilterVisible()

Remarks

This method shows the Prefilter editor, if it is currently hidden; and hides it, if it is currently visible.

See Also