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

In This Topic
    ParentItem Property
    In This Topic
    Gets the C1TreeViewItem that is the parent of this item.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ParentItem As C1TreeViewItem
    public C1TreeViewItem ParentItem {get;}
    See Also