Skip to main content
ON

FilterListModelBase.FilterValuesSortMode Property

Gets or sets the sort mode that is applied to values in the filter list.

Namespace: DevExpress.Maui.Core

Assembly: DevExpress.Maui.Core.dll

NuGet Package: DevExpress.Maui.Core

Declaration

public FilterValuesSortMode FilterValuesSortMode { get; set; }

Property Value

Type Description
FilterValuesSortMode

A value that specifies the sort mode.

Available values:

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