Class SortOrder
Specifies how items are sorted.
Inheritance
System.Object
SortOrder
Namespace: Telerik.Pivot.Core
Assembly: Telerik.Pivot.Core.dll
Syntax
public sealed class SortOrder : Enum
Fields
Ascending
Items are sorted in ascending order.
Declaration
public const SortOrder Ascending
Field Value
Descending
Rows are sorted in descending order.
Declaration
public const SortOrder Descending
Field Value
None
value__
Declaration
public int value__
Field Value
System.
|