FilterChipGroupItemBase.FilterValuesSortMode Property
In This Article
Gets or sets the sort mode that is applied to values in the filter list. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public FilterValuesSortMode FilterValuesSortMode { get; set; }
#Property Value
Type | Description |
---|---|
Filter |
The sort mode. |
Available values:
Name | Description |
---|---|
No |
The filter item values in the order they have in the Items |
Available |
The filter component puts values contained in the Items |
Popular |
The filter component sorts values by quantity. |
See Also