Back to Devexpress

ColumnViewOptionsView.ShowFilterPanelMode Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-columnviewoptionsview.md

latest2.4 KB
Original Source

ColumnViewOptionsView.ShowFilterPanelMode Property

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

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue(ShowFilterPanelMode.Default)]
[XtraSerializableProperty]
public virtual ShowFilterPanelMode ShowFilterPanelMode { get; set; }
vb
<DefaultValue(ShowFilterPanelMode.Default)>
<XtraSerializableProperty>
Public Overridable Property ShowFilterPanelMode As ShowFilterPanelMode

Property Value

TypeDefaultDescription
ShowFilterPanelModeDefault

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

|

Available values:

NameDescription
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 TypePath to ShowFilterPanelMode
ColumnView

.OptionsView .ShowFilterPanelMode

|

See Also

Filter and Search

ColumnViewOptionsView Class

ColumnViewOptionsView Members

DevExpress.XtraGrid.Views.Base Namespace