Gets the nearest C1TreeViewItem to the specified location.

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

Syntax

C#
public C1TreeViewItem GetNode(
	Point position
)
Visual Basic
Public Function GetNode ( _
	position As Point _
) As C1TreeViewItem

Parameters

position
Type: System.Windows..::..Point
The location.

Return Value

The nearest C1TreeViewItem.

See Also