Gets the parent manager of this collection.

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

Syntax

C#
[BindableAttribute(true)]
public NodeManager ParentManager { get; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public ReadOnly Property ParentManager As NodeManager

See Also