GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView 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