Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change. .
ON

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.

See Also