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

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