Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

FilterElement.FilterValuesSortMode Property

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

Namespace: DevExpress.Xpf.Core.FilteringUI

Assembly: DevExpress.Xpf.Grid.v24.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