ComponentOne GanttView for WinForms
SortField Enumeration

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

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

See Also

Reference

C1.Win.C1GanttView Namespace