Gets or sets a custom NodeManager object to use internally within this TreeListView. When this property is set to a node manager instance the control items collection and the associated data member properties are ignored. This is a dependency property.

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

Syntax

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

See Also