FilterValuesSortMode Enum
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
Declaration
public enum FilterValuesSortMode
Members
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. |
Related API Members
The following properties accept/return FilterValuesSortMode values:
See Also