GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.WPF.GanttView Namespace / StyleField Enumeration

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

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

    See Also