GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / BaseTask Class / OutlineParent Property

In This Topic
    OutlineParent Property (BaseTask)
    In This Topic
    Gets or sets the the outline parent task.
    Syntax
    'Declaration
     
    Public MustOverride Property OutlineParent As Task
    public abstract Task OutlineParent {get; set;}
    See Also