Class SortingState
Describes a sorting state.
Inheritance
System.Object
SortingState
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class SortingState : Enum
Fields
Ascending
Column is sorted in Ascending order.
Declaration
public const SortingState Ascending
Field Value
SortingState
|
Descending
Column is sorted in Descending order.
Declaration
public const SortingState Descending
Field Value
SortingState
|
None
value__
Declaration
public int value__
Field Value
System.Int32
|