TreeView for WPF | ComponentOne
C1.WPF.TreeView Namespace / C1TreeViewPanel Class / Owner Property

In This Topic
    Owner Property
    In This Topic
    Gets the items control which is parent of this panel.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Owner As ItemsControl
    public ItemsControl Owner {get;}
    See Also