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

In This Topic
    Mode Property (BaseTask)
    In This Topic
    Gets or sets the task mode.
    Syntax
    'Declaration
     
    Public MustOverride Property Mode As TaskMode
    public abstract TaskMode Mode {get; set;}
    See Also