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