Gets the NodeManager object that is used internally for managing nodes displayed by this TreeListView. This is a dependency property.

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

Syntax

C#
[BindableAttribute(true)]
public NodeManager NodeManager { get; internal set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property NodeManager As NodeManager

See Also