Gets the node collection managed by this TreeListView.
This is a dependency property.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.HierarchicalData.Controls (in DlhSoft.HierarchicalData.Controls.dll)
Syntax
C# |
---|
[BindableAttribute(true)] public ReadOnlyNodeCollection ManagedNodes { get; internal set; } |
Visual Basic (Declaration) |
---|
<BindableAttribute(True)> _ Public Property ManagedNodes As ReadOnlyNodeCollection |