[]
        
(Showing Draft Content)

C1.WPF.C1TreeView.FindItem

FindItem Method

FindItem(string)

Returns the first item that matches exactly with the text used as search parameter

Declaration
public C1TreeViewItem FindItem(string text)
Parameters
Type Name Description
string text

The text to search for

Returns
Type Description
C1TreeViewItem

The item that matched the search parameter, null otherwise