ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView 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 System.Boolean
    public override System.bool IsCollapsed {get; set;}
    See Also