WinExplorerViewOptionsView.ShowFilterPanelMode Property
An overload for the ColumnViewOptionsView.ShowFilterPanelMode property, not supported in WinExplorer View.
Namespace: DevExpress.XtraGrid.WinExplorer
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public ShowFilterPanelMode ShowFilterPanelMode { get; set; }
Property Value
Type |
---|
ShowFilterPanelMode |
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 |
---|---|
WinExplorerView |
|
See Also