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