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

ShowFilterPanelMode Enum

Contains values that specify when the Filter Panel is visible.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v18.1.dll

Declaration

public enum ShowFilterPanelMode

Members

Name Description
Default

The filter panel is shown when the filtering is applied to a View. Otherwise, the filter panel is hidden.

ShowAlways

The filter panel is always shown at the bottom of the View.

Never

The filter panel is hidden.

Related API Members

Remarks

Use the ColumnViewOptionsView.ShowFilterPanelMode property to specify the Filter Panel‘s display mode.

The following code snippets (auto-collected from DevExpress Examples) contain references to the ShowFilterPanelMode enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also