C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1TreeView Namespace / C1TreeViewNodeCollection Class / FindNodeByText Method

In This Topic
FindNodeByText Method (C1TreeViewNodeCollection)
In This Topic
Searches C1TreeViewNode node through the collection by the Text.
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