C1.Silverlight Namespace / C1TreeView Class / FindItem(String) Method
The text to search for

In This Topic
FindItem(String) Method
In This Topic
Returns the first item that matches exactly with the text used as search parameter
Syntax
'Declaration
 
Public Function FindItem( _
   ByVal text As String _
) As C1TreeViewItem
 

Parameters

text
The text to search for

Return Value

The item that matched the search parameter, null otherwise
See Also