[]
Returns the first item that matches exactly with the text used as search parameter
public C1TreeViewItem FindItem(string text)
Type | Name | Description |
---|---|---|
string | text | The text to search for |
Type | Description |
---|---|
C1TreeViewItem | The item that matched the search parameter, null otherwise |