ComponentOne Basic Library for UWP
FindItem(String) Method

C1.UWP Assembly > C1.Xaml 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
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