ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1TreeViewItem Class / ParentItem Property



In This Topic
    ParentItem Property (C1TreeViewItem)
    In This Topic
    Gets the C1TreeViewItem that is the parent of this item.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ParentItem As C1TreeViewItem
    'Usage
     
    
    Dim instance As C1TreeViewItem
    Dim value As C1TreeViewItem
     
    value = instance.ParentItem
    public C1TreeViewItem ParentItem {get;}
    public:
    property C1TreeViewItem^ ParentItem {
       C1TreeViewItem^ get();
    }
    See Also