ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / SortDirection Enumeration

In This Topic
    SortDirection Enumeration
    In This Topic
    Direction of the sort operation.
    Syntax
    'Declaration
     
    Public Enum SortDirection 
       Inherits System.Enum
    public enum SortDirection : 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.CollectionView.SortDirection

    See Also