ComponentOne GanttView for WinForms
StyleField Enumeration

C1.Win.C1GanttView.4 Assembly > C1.Win.C1GanttView Namespace : StyleField Enumeration
Specifies a property/field of the BaseTask object.
Syntax
'Declaration
 
Public Enum StyleField 
   Inherits System.Enum
public enum StyleField : System.Enum 
Members
MemberDescription
AllReferences to all properties.
CalendarReferences the Task.Calendar property.
ConstraintDateReferences the Task.ConstraintDate property.
ConstraintTypeReferences the Task.ConstraintType property.
CustomFieldReferences the custom field.
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.
NotesReferences the BaseObject.Notes property.
PercentCompleteReferences the Task.PercentComplete property.
PredecessorsReferences the Task.Predecessors property.
ResourceNamesReferences the Task.ResourceNames property.
StartReferences the Task.Start property.
Inheritance Hierarchy

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

See Also

Reference

C1.Win.C1GanttView Namespace