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
Descending
Column is sorted in Descending order.
Declaration
public const SortingState Descending
Field Value
None
value__
Declaration
public int value__
Field Value
System.
|