ComponentOne GanttView for WPF
SortField Enumeration

C1.WPF.GanttView.4 Assembly > C1.WPF.GanttView Namespace : SortField Enumeration
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 ConstraintDate property.
ConstraintTypeReferences the ConstraintType property.
CustomeFieldReferences the custom field of Task.
DeadlineReferences the C1.GanttView.Task.Deadline property.
DurationReferences the Duration property.
DurationUnitsReferences the DurationUnits property.
FinishReferences the 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 Start property.
Inheritance Hierarchy

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

See Also

Reference

C1.WPF.GanttView Namespace