ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView 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