TreeListView.CompactFilterElementShowMode Property
Gets or sets how the filter element is displayed within the compact panel. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v25.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
| Type | Description |
|---|---|
| CompactFilterElementShowMode | Any of the CompactFilterElementShowMode enumeration values. |
Available values:
| 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. |
See Also


