FilterPopupMode Enum
Lists values that specify the display mode of a column’s Drop-Down Filter.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
#Members
Name | Description |
---|---|
Default
|
Excel In previous versions, Date |
List
|
A regular list of items (one item at a time can be selected). |
Checked
|
A checked list. Multiple items can be selected/checked simultaneously. |
Custom
|
A drop-down filter is represented by a custom template assigned to the Column |
Date
|
This mode is equivalent to Date |
Date
|
This mode is equivalent to Date
|
Date
|
A built-in calendar plus check boxes to select common non-intersecting date intervals. The available date ranges for the Date
If there is no underlying data that would fall into a specific date range, the corresponding check box is hidden. If all values in the date-time column are set to null, all check boxes are visible. |
Date
|
A date-time drop-down filter without predefined values. |
Excel
|
An Excel-style Drop-down Filter (previous). |
Excel
|
An Excel-style Drop-down Filter (new; works starting with v18. |
Disabled
|
Hides the Show Drop-down Filter button |
#Related API Members
The following properties accept/return FilterPopupMode values:
#Remarks
The values listed by this enumeration are used to set the ColumnBase.FilterPopupMode property.