ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / OrderType Enumeration

In This Topic
    OrderType Enumeration
    In This Topic
    Specifies a type of ordering when grouping.
    Syntax
    'Declaration
     
    Public Enum OrderType 
       Inherits System.Enum
    public enum OrderType : System.Enum 
    Members
    MemberDescription
    AscendingAscending order.
    DescendingDescending order.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1GanttView.OrderType

    See Also