GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / Task Class / HideBar Property

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