C1.WPF.GanttView Assembly / C1.WPF.GanttView Namespace / OrderType Enumeration

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

System.Object
   System.ValueType
      System.Enum
         C1.WPF.GanttView.OrderType

See Also