Searches C1TreeViewNode node through the collection by the Value. 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 FindNodeByValue(
	string value
)
Visual Basic
Public Function FindNodeByValue ( _
	value As String _
) As C1TreeViewNode

Parameters

value
Type: System..::..String
node property

Return Value

First C1TreeViewNode node that match the searched text.

See Also