'Declaration
<ObsoleteAttribute("The Parent property overload is obsolete, use the ParentItem property instead.")> Public Shadows ReadOnly Property Parent As C1TreeViewItem
'Usage
Dim instance As C1TreeViewItem Dim value As C1TreeViewItem value = instance.Parent
[Obsolete("The Parent property overload is obsolete, use the ParentItem property instead.")] public new C1TreeViewItem Parent {get;}
[Obsolete("The Parent property overload is obsolete, use the ParentItem property instead.")] public: new property C1TreeViewItem^ Parent { C1TreeViewItem^ get(); }