GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView 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 Boolean
    public abstract bool Inactive {get; set;}
    See Also