TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeNode Class / Level Property

In This Topic
    Level Property (C1TreeNode)
    In This Topic
    Gets the zero-based depth of the tree node in the C1TreeView control.
    Syntax
    'Declaration
     
    
    <BrowsableAttribute(False)>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    <C1DescriptionAttribute("C1TreeNode.Level", "Gets the zero-based depth of the tree node in the C1TreeView control.")>
    Public ReadOnly Property Level As Integer
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [C1Description("C1TreeNode.Level", "Gets the zero-based depth of the tree node in the C1TreeView control.")]
    public int Level {get;}
    See Also