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
 

Parameters

text

Return Value

First C1TreeViewNode node that match the searched text.
See Also