Gets the parent collection that owns this Node.
This is a dependency property.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.HierarchicalData.Core (in DlhSoft.HierarchicalData.Core.dll)
Syntax
| C# |
|---|
[BindableAttribute(true)] public NodeCollection ParentCollection { get; } |
| Visual Basic (Declaration) |
|---|
<BindableAttribute(True)> _ Public ReadOnly Property ParentCollection As NodeCollection |