FilterElement.FilterValuesSortMode Property
Gets or sets a mode that defines how to sort filter values.
Namespace: DevExpress.Xpf.Core.FilteringUI
Assembly: DevExpress.Xpf.Grid.v25.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
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