Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml 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
    public C1TreeViewItem FindItem( 
       string text
    )

    Parameters

    text
    The text to search for

    Return Value

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