Skip to main content

DevExpress v24.1 Update — Your Feedback Matters

Our What's New in v24.1 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ColumnViewOptionsView.ShowFilterPanelMode Property

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

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v24.1.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

#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
ColumnView
.OptionsView .ShowFilterPanelMode
See Also