Back to Devexpress

ShowFilterPanelMode Enum

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

latest1.8 KB
Original Source

ShowFilterPanelMode Enum

Contains values that specify when the Filter Panel is visible.

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public enum ShowFilterPanelMode
vb
Public Enum ShowFilterPanelMode

Members

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.

|

The following properties accept/return ShowFilterPanelMode values:

Remarks

Use the ColumnViewOptionsView.ShowFilterPanelMode property to specify the Filter Panel‘s display mode.

See Also

ShowFilterPanelMode

DevExpress.XtraGrid.Views.Base Namespace