GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.WPF.GanttView 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.WPF.GanttView.OrderType

    See Also