TreeView for WPF | ComponentOne
C1.WPF.TreeView Namespace / C1TreeViewItem Class / Parent Property

In This Topic
    Parent Property
    In This Topic
    Gets the C1TreeViewItem that is the parent of this item.
    Syntax
    'Declaration
     
    
    <ObsoleteAttribute("The Parent property overload is obsolete, use the ParentItem property instead.")>
    Public Shadows ReadOnly Property Parent As C1TreeViewItem
    [Obsolete("The Parent property overload is obsolete, use the ParentItem property instead.")]
    public new C1TreeViewItem Parent {get;}
    See Also