GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / BaseTask Class / OutlineLevel Property

In This Topic
    OutlineLevel Property (BaseTask)
    In This Topic
    Gets or sets the outline level of the task.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property OutlineLevel As Integer
    public abstract int OutlineLevel {get;}
    See Also