Gets the node in the TreeListView that wraps the specified item.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.HierarchicalData.Controls (in DlhSoft.HierarchicalData.Controls.dll)
Syntax
C# |
---|
public Node GetNode( Object item ) |
Visual Basic (Declaration) |
---|
Public Function GetNode ( _ item As Object _ ) As Node |
Parameters
- item
- Type: System..::.Object
The item to get the node for.