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

In This Topic
    SelectedNodes Property
    In This Topic
    Gets the SelectedNodes of C1TreeView.
    Syntax
    'Declaration
     
    Public ReadOnly Property SelectedNodes As System.Collections.Generic.List(Of C1TreeViewNode)
    public System.Collections.Generic.List<C1TreeViewNode> SelectedNodes {get;}
    See Also