Skip to main content

ColumnViewOptionsView.ShowFilterPanelMode Property

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

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v23.2.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