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

In This Topic
    Nodes Property (C1TreeView)
    In This Topic
    Gets a C1TreeViewNodeCollection object that contains the root nodes of the current C1TreeView control.
    Syntax
    'Declaration
     
    Public ReadOnly Property Nodes As C1TreeViewNodeCollection
    public C1TreeViewNodeCollection Nodes {get;}
    See Also