C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1TreeView Namespace / C1TreeView Class / FindNodeByNavigateUrl(String) Method

In This Topic
FindNodeByNavigateUrl(String) Method
In This Topic
Searches C1TreeViewNode node through the collection by the NavigateUrl. Recursive searching is used until C1TreeViewNode node is found.
Syntax
'Declaration
 
Public Function FindNodeByNavigateUrl( _
   ByVal url As System.String _
) As C1TreeViewNode
 

Parameters

url

Return Value

First C1TreeViewNode node that match the searched text.
See Also