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

ColumnViewOptionsView.ShowFilterPanelMode Property

Gets or sets a value which specifies when the Filter Panel is shown.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

[DefaultValue(ShowFilterPanelMode.Default)]
[XtraSerializableProperty]
public virtual ShowFilterPanelMode ShowFilterPanelMode { get; set; }

Property Value

Type Default Description
ShowFilterPanelMode **Default**

A ShowFilterPanelMode enumeration value which specifies when the filter panel is shown.

Available values:

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.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowFilterPanelMode
AdvBandedGridView
.OptionsView.ShowFilterPanelMode
BandedGridView
.OptionsView.ShowFilterPanelMode
ColumnView
.OptionsView.ShowFilterPanelMode
CardView
.OptionsView.ShowFilterPanelMode
GridView
.OptionsView.ShowFilterPanelMode
LayoutView
.OptionsView.ShowFilterPanelMode
TileView
.OptionsView.ShowFilterPanelMode
WinExplorerView
.OptionsView.ShowFilterPanelMode

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

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