Enum SortingDirection
Specifies the direction in which items are sorted.
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public enum SortingDirection
Fields
| Name | Description |
|---|---|
| Ascending | Items are sorted in ascending order (e.g., A to Z, 1 to 9). |
| Descending | Items are sorted in descending order (e.g., Z to A, 9 to 1). |
| None | No sorting is applied. |