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