Skip to main content

FilterListItemBase.FilterValuesSortMode Property

Gets or sets the sort mode that is applied to values in the filter list. This is a bindable property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public FilterValuesSortMode FilterValuesSortMode { get; set; }

Property Value

Type Description
FilterValuesSortMode

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