ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1TreeView Namespace / C1TreeView Class / FindNodeByText(String) Method

In This Topic
    FindNodeByText(String) Method
    In This Topic
    Searches C1TreeViewNode node through the collection by the Text. Recursive searching is used until C1TreeViewNode node is found.
    Syntax
    'Declaration
     
    Public Function FindNodeByText( _
       ByVal text As System.String _
    ) As C1TreeViewNode
    public C1TreeViewNode FindNodeByText( 
       System.string text
    )

    Parameters

    text

    Return Value

    First C1TreeViewNode node that match the searched text.
    See Also