Gets the read-only node collection wrapping the objects that are currently managed. This is a dependency property.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.HierarchicalData.Core (in DlhSoft.HierarchicalData.Core.dll)

Syntax

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

See Also