C1.DataCollection Assembly / C1.DataCollection Namespace / SortDirection Enumeration

SortDirection Enumeration
Direction of the sort operation.
Syntax
'Declaration
 
Public Enum SortDirection 
   Inherits System.Enum
 
Members
MemberDescription
AscendingThe sort will be performed in ascending mode.
DescendingThe sort will be performed in descending mode.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.DataCollection.SortDirection

See Also