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