A newer version of this page is available.
Switch to the current version.
ShowFilterPanelMode Enum
Contains values that specify when the Filter Panel is visible.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v19.2.dll
Declaration
Members
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. |
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
Feedback