Gets the root nodes managed by this NodeManager.
This is a dependency property.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.HierarchicalData.Core (in DlhSoft.HierarchicalData.Core.dll)
Syntax
| C# |
|---|
[BindableAttribute(true)] public IEnumerable<Node> RootNodes { get; internal set; } |
| Visual Basic (Declaration) |
|---|
<BindableAttribute(True)> _ Public Property RootNodes As IEnumerable(Of Node) |