Class SortedListSelection
Identifies a location of a subset of items in a sorted list.
Inheritance
System.Object
SortedListSelection
Namespace: Telerik.Pivot.Core
Assembly: Telerik.Pivot.Core.dll
Syntax
public sealed class SortedListSelection : Enum
Fields
Bottom
Identifies the items at the bottom of a sorted list.
Declaration
public const SortedListSelection Bottom
Field Value
SortedListSelection
|
Top
Identifies the items in the beginning of a sorted list.
Declaration
public const SortedListSelection Top
Field Value
SortedListSelection
|
value__
Declaration
public int value__
Field Value
System.Int32
|