ComponentOne Basic Library for WPF and Silverlight
Owner Property (C1TreeViewPanel)


C1.WPF Namespace > C1TreeViewPanel Class : Owner Property
Gets the items control which is parent of this panel.
Syntax
'Declaration
 
Public ReadOnly Property Owner As System.Windows.Controls.ItemsControl
'Usage
 
Dim instance As C1TreeViewPanel
Dim value As System.Windows.Controls.ItemsControl
 
value = instance.Owner
public System.Windows.Controls.ItemsControl Owner {get;}
See Also

Reference

C1TreeViewPanel Class
C1TreeViewPanel Members