TreeView for ASP.NET WebForms
FindNodeByText(String) Method

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1TreeView Namespace > C1TreeView Class : FindNodeByText(String) Method
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

Reference

C1TreeView Class
C1TreeView Members