ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1TreeView Namespace / C1TreeViewNode Class / Nodes Property

In This Topic
    Nodes Property (C1TreeViewNode)
    In This Topic
    Gets a C1TreeViewNodeCollection that contains the first-level child nodes of the current node.
    Syntax
    'Declaration
     
    Public ReadOnly Property Nodes As C1TreeViewNodeCollection
    public C1TreeViewNodeCollection Nodes {get;}
    See Also