ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / BaseTask Class / IsCollapsed Property

In This Topic
    IsCollapsed Property (BaseTask)
    In This Topic
    Gets or set the task is collapsed or not.
    Syntax
    'Declaration
     
    Public MustOverride Property IsCollapsed As System.Boolean
    public abstract System.bool IsCollapsed {get; set;}
    See Also