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

In This Topic
    IsCollapsed Property (Task)
    In This Topic
    Gets or set the task is collapsed or not.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Property IsCollapsed As Boolean
    public override bool IsCollapsed {get; set;}
    See Also