ComponentOne GanttView for WinForms
C1.Win.GanttView.8 Assembly / C1.Win.GanttView Namespace / StyleField Enumeration

In This Topic
    StyleField Enumeration
    In This Topic
    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.GanttView.StyleField

    See Also