ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / TreeNode Class / Level Property

In This Topic
    Level Property
    In This Topic
    Indicates the node’s level. Top-level nodes have level zero.
    Syntax
    'Declaration
     
    
    Public Property Level As Integer
    public int Level {get; set;}
    See Also