Represents sorting direction.
public enum Korzh.EasyQuery.Wpf.XSortOrder
: Enum
Package: Korzh.EasyQuery.Wpf
(targets: net461
, net5.0-windows7.0
, netcoreapp3.1
)
Assembly: Korzh.EasyQuery.WPF.dll
Enum
Name | Value | Description |
---|---|---|
None | 0 |
No sorting. |
Ascending | 1 |
Ascending order. |
Descending | 2 |
Descending order. |