ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView 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