Enum SortingState
Describes a sorting state.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public enum SortingState
Ascending
Column is sorted in Ascending order.
Descending
Column is sorted in Descending order.
None
No column sorting.