wpf-devexpress-dot-xpf-dot-grid-e6a36135.md
Lists the values that specify how the grid’s filter is displayed in compact mode.
Namespace : DevExpress.Xpf.Grid
Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll
NuGet Package : DevExpress.Wpf.Grid.Core
public enum CompactFilterElementShowMode
Public Enum CompactFilterElementShowMode
| Name | Description |
|---|---|
List |
Compact panel displays filter items as a separate list.
|
| ContextMenu |
Compact panel displays its filter items in a separate menu.
|
| ContextMenuWithSorting |
Compact panel merges filter items with the sort items in a single menu.
|
| Never |
Compact panel does not display its filter items.
|
The following properties accept/return CompactFilterElementShowMode values:
The values listed by this enumeration are used to set the TableView.CompactFilterElementShowMode and TreeListView.CompactFilterElementShowMode properties.
See Also