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

Prefilter.ShowForm() Method

Opens the Filter Editor.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

public void ShowForm()

Remarks

The ShowForm method opens the Filter Editor that allows an end-user to apply filtering to the pivot grid’s underlying data source at runtime.

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

See Also