FilterValuesSortMode Enum
Lists the values that specify the FilterElement.FilterValuesSortMode property.
Namespace: DevExpress.Xpf.Core.FilteringUI
Assembly: DevExpress.Xpf.Grid.v24.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Members
Name | Description |
---|---|
NoSort
|
The operand editor places values in default order. |
AvailableFirst
|
The operand editor places values contained in the ItemsSource first. |
PopularFirst
|
The operand editor sorts values by quantity. |
Related API Members
The following properties accept/return FilterValuesSortMode values:
See Also