Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / OutlineNode Class / Level Property

In This Topic
    Level Property (OutlineNode)
    In This Topic
    Gets the nesting level of the current node within the nodes' tree (top-level nodes have level 0).
    Syntax
    'Declaration
     
    Public ReadOnly Property Level As Integer
    public int Level {get;}
    See Also