Skip to main content

Prefilter.ChangePrefilterVisible() Method

Toggles the visibility state of the Prefilter editor.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.PivotGrid

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