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

Prefilter.HideForm() Method

Closes the Filter Editor.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

public void HideForm()

Remarks

The HideForm method closes the opened Filter Editor.

To open the Filter Editor, call the Prefilter.ShowForm method. You can also use the Prefilter.ChangePrefilterVisible to toggle the Filter Editor visibility state.

See Also