ComponentOne GanttView for WinForms
C1.Win.GanttView.8 Assembly / C1.Win.GanttView Namespace / BaseTask Class / OutlineParentID Property

In This Topic
    OutlineParentID Property (BaseTask)
    In This Topic
    Gets or sets the outline parent identifier.
    Syntax
    'Declaration
     
    Public MustOverride Property OutlineParentID As System.Integer
    public abstract System.int OutlineParentID {get; set;}
    See Also