ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1TreeViewPanel Class / Owner Property



In This Topic
    Owner Property (C1TreeViewPanel)
    In This Topic
    Gets the items control which is parent of this panel.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Owner As ItemsControl
    'Usage
     
    
    Dim instance As C1TreeViewPanel
    Dim value As ItemsControl
     
    value = instance.Owner
    public ItemsControl Owner {get;}
    public:
    property ItemsControl^ Owner {
       ItemsControl^ get();
    }
    See Also