TreeView for ASP.NET WebForms
FindNodeByText Method (C1TreeViewNodeCollection)

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1TreeView Namespace > C1TreeViewNodeCollection Class : FindNodeByText Method
Searches C1TreeViewNode node through the collection by the Text.
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

C1TreeViewNodeCollection Class
C1TreeViewNodeCollection Members