GanttView for WPF | ComponentOne
C1.WPF.GanttView Assembly / C1.WPF.GanttView Namespace / SortField Enumeration

In This Topic
    SortField Enumeration
    In This Topic
    Specifies a field of the C1.GanttView.Task object for sorting.
    Syntax
    'Declaration
     
    Public Enum SortField 
       Inherits System.Enum
    public enum SortField : System.Enum 
    Members
    MemberDescription
    ConstraintDateReferences the C1.GanttView.Task.ConstraintDate property.
    ConstraintTypeReferences the C1.GanttView.Task.ConstraintType property.
    CustomeFieldReferences the custom field of Task.
    DeadlineReferences the C1.GanttView.Task.Deadline property.
    DurationReferences the C1.GanttView.Task.Duration property.
    DurationUnitsReferences the C1.GanttView.Task.DurationUnits property.
    FinishReferences the C1.GanttView.Task.Finish property.
    ModeReferences the C1.GanttView.Task.Mode property.
    NameReferences the C1.GanttView.Task.Name property.
    NoneNo reference. The column doesn't appear in the grid.
    OutlineLevelReferences the C1.GanttView.Task.OutlineLevel property.
    PercentCompleteReferences the C1.GanttView.Task.PercentComplete property.
    ResourceNamesReferences the C1.GanttView.Task.ResourceNames property.
    StartReferences the C1.GanttView.Task.Start property.
    Inheritance Hierarchy

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

    See Also