GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.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 Integer
    public abstract int OutlineParentID {get; set;}
    See Also