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

In This Topic
    Inactive Property (BaseTask)
    In This Topic
    Gets or sets the task in inactive or not.
    Syntax
    'Declaration
     
    Public MustOverride Property Inactive As System.Boolean
    public abstract System.bool Inactive {get; set;}
    See Also