ShowFilterPanelMode Enum
In This Article
Contains values that specify when the Filter Panel is visible.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
#Members
Name | Description |
---|---|
Default
|
The filter panel is shown when the filtering is applied to a View. Otherwise, the filter panel is hidden. |
Show
|
The filter panel is always shown at the bottom of the View. |
Never
|
The filter panel is hidden. |
#Related API Members
The following properties accept/return ShowFilterPanelMode values:
#Remarks
Use the ColumnViewOptionsView.ShowFilterPanelMode property to specify the Filter Panel‘s display mode.
See Also