FilterElement.FilterValuesSortMode Property
In This Article
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 |
---|---|
Filter |
A sort mode. |
Available values:
Name | Description |
---|---|
No |
The operand editor places values in default order. |
Available |
The operand editor places values contained in the Items |
Popular |
The operand editor sorts values by quantity. |
See Also