maui-devexpress-dot-maui-dot-core-4a20128c.md
Lists sort modes for values that are used to filter data control items.
Namespace : DevExpress.Maui.Core
Assembly : DevExpress.Maui.Core.dll
NuGet Package : DevExpress.Maui.Core
public enum FilterValuesSortMode
| Name | Description |
|---|---|
NoSort |
The filter item values in the order they have in the ItemsSource.
|
| AvailableFirst |
The filter component puts values contained in the ItemsSource first.
|
| PopularFirst |
The filter component sorts values by quantity.
|
The following properties accept/return FilterValuesSortMode values:
YieldIfNotNull<FilterValuesSortMode>()
See Also