ComponentOne Basic Library for WPF and Silverlight
Parent Property (C1TreeViewItem)


C1.WPF Namespace > C1TreeViewItem Class : Parent Property
Gets the C1TreeViewItem that is the parent of this item.
Syntax
'Declaration
 
<System.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
[System.Obsolete("The Parent property overload is obsolete, use the ParentItem property instead.")]
public new C1TreeViewItem Parent {get;}
See Also

Reference

C1TreeViewItem Class
C1TreeViewItem Members