ComponentOne GanttView for WinForms
C1.Win.GanttView.8 Assembly / C1.Win.GanttView Namespace / BaseTask Class / HideBar Property

In This Topic
    HideBar Property (BaseTask)
    In This Topic
    Gets or sets a value indicating if the task bar shouldn't appear on the chart.
    Syntax
    'Declaration
     
    Public MustOverride Property HideBar As System.Boolean
    public abstract System.bool HideBar {get; set;}
    See Also