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