Back to Devexpress

FilterValuesSortMode Enum

maui-devexpress-dot-maui-dot-core-4a20128c.md

latest1.5 KB
Original Source

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

csharp
public enum FilterValuesSortMode

Members

NameDescription
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:

Extension Methods

Yield<FilterValuesSortMode>()

YieldIfNotNull<FilterValuesSortMode>()

See Also

DevExpress.Maui.Core Namespace