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

FilterValuesSortMode Enum

Lists the values that specify the FilterElement.FilterValuesSortMode property.

Namespace: DevExpress.Xpf.Core.FilteringUI

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

Declaration

public enum FilterValuesSortMode

Members

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.

Related API Members

The following properties accept/return FilterValuesSortMode values:

See Also