Back to Devexpress

WinExplorerViewOptionsView.ShowFilterPanelMode Property

windowsforms-devexpress-dot-xtragrid-dot-winexplorer-dot-winexplorerviewoptionsview-b849a806.md

latest2.3 KB
Original Source

WinExplorerViewOptionsView.ShowFilterPanelMode Property

An overload for the ColumnViewOptionsView.ShowFilterPanelMode property, not supported in WinExplorer View.

Namespace : DevExpress.XtraGrid.WinExplorer

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public ShowFilterPanelMode ShowFilterPanelMode { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property ShowFilterPanelMode As ShowFilterPanelMode

Property Value

Type
ShowFilterPanelMode

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
WinExplorerView

.OptionsView .ShowFilterPanelMode

|

See Also

WinExplorerViewOptionsView Class

WinExplorerViewOptionsView Members

DevExpress.XtraGrid.WinExplorer Namespace