ComponentOne Basic Library for WPF and Silverlight
FindItem(String) Method


C1.Silverlight Namespace > C1TreeView Class : FindItem(String) Method
The text to search for
Returns the first item that matches exactly with the text used as search parameter
Syntax
'Declaration
 
Public Function FindItem( _
   ByVal text As System.String _
) As C1TreeViewItem
'Usage
 
Dim instance As C1TreeView
Dim text As System.String
Dim value As C1TreeViewItem
 
value = instance.FindItem(text)
public C1TreeViewItem FindItem( 
   System.string text
)

Parameters

text
The text to search for

Return Value

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

Reference

C1TreeView Class
C1TreeView Members