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

In This Topic
    Inactive Property (Task)
    In This Topic
    Gets or sets a value indicating if the task is inactive.
    Syntax
    'Declaration
     
    Public Overrides Property Inactive As System.Boolean
    public override System.bool Inactive {get; set;}
    See Also