Gets the parent collection that owns this Node. This is a dependency property.

Namespace:  DlhSoft.Windows.Data
Assembly:  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

See Also