Skip to main content

FilterModelBase.FilterValuesSortMode Property

Gets a mode that defines how filter values are sorted.

Namespace: DevExpress.Xpf.Core.FilteringUI

Assembly: DevExpress.Xpf.Grid.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public FilterValuesSortMode FilterValuesSortMode { get; set; }

Property Value

Type Description
FilterValuesSortMode

A mode that defines how filter values are sorted.

Available values:

Name Description
NoSort

The operand editor places values in default order.

AvailableFirst

The operand editor places values contained in the ItemsSource first.

PopularFirst

The operand editor sorts values by quantity.

See Also