Skip to main content
A newer version of this page is available. .

FilterModelBase.FilterValuesSortMode Property

Gets a mode that defines how filter values are sorted.

Namespace: DevExpress.Xpf.Core.FilteringUI

Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll

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