Searches C1TreeViewNode node through the collection by the Text. Recursive searching is used until C1TreeViewNode node is found.

Namespace:  C1.Web.UI.Controls.C1TreeView
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
public C1TreeViewNode FindNodeByText(
	string text
)
Visual Basic
Public Function FindNodeByText ( _
	text As String _
) As C1TreeViewNode

Parameters

text
Type: System..::..String

Return Value

First C1TreeViewNode node that match the searched text.

See Also