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.2.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.

See Also