Gets the node in the TreeListView that wraps the specified item.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.HierarchicalData.Controls (in DlhSoft.HierarchicalData.Controls.dll)

Syntax

C#
public Node this[
	Object item
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	item As Object _
) As Node

Parameters

item
Type: System..::.Object
The item to get the node for.

Return Value

The node in the hierarchy that wraps the specified item.

See Also