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

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public C1TreeViewItem FindItem(
	string text
)
Visual Basic
Public Function FindItem ( _
	text As String _
) As C1TreeViewItem

Parameters

text
Type: System..::..String
The text to search for

Return Value

The item that matched the search parameter, null otherwise

See Also