Class SortingDirection
Specifies the direction in which items are sorted.
Inheritance
System.Object
SortingDirection
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public sealed class SortingDirection : Enum
Fields
Ascending
Items are sorted in ascending order (e.g., A to Z, 1 to 9).
Declaration
public const SortingDirection Ascending
Field Value
| Type |
|---|
| SortingDirection |
Descending
Items are sorted in descending order (e.g., Z to A, 9 to 1).
Declaration
public const SortingDirection Descending
Field Value
| Type |
|---|
| SortingDirection |
None
No sorting is applied.
Declaration
public const SortingDirection None
Field Value
| Type |
|---|
| SortingDirection |