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

FilterElement.FilterValuesSortMode Property

Gets or sets a mode that defines how to sort filter values.

Namespace: DevExpress.Xpf.Core.FilteringUI

Assembly: DevExpress.Xpf.Grid.v21.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public FilterValuesSortMode FilterValuesSortMode { get; set; }

Property Value

Type Description
FilterValuesSortMode

A sort mode.

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