C1.UWP Assembly / C1.Xaml Namespace / C1TreeView Class / GetNode(Point) Method
The location.

In This Topic
GetNode(Point) Method
In This Topic
Gets the nearest C1TreeViewItem to the specified location.
Syntax
'Declaration
 
Public Function GetNode( _
   ByVal position As Windows.Foundation.Point _
) As C1TreeViewItem
 

Parameters

position
The location.

Return Value

The nearest C1TreeViewItem.
See Also