ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView 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 System.Integer
    public abstract System.int OutlineLevel {get;}
    See Also