ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / Task Class / Mode Property

In This Topic
    Mode Property (Task)
    In This Topic
    Gets or sets how the task is scheduled (manually or automatically).
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Property Mode As TaskMode
    public override TaskMode Mode {get; set;}
    See Also