ComponentOne Basic Library for WPF and Silverlight
TreeView Property (C1TreeViewItem)


C1.WPF Namespace > C1TreeViewItem Class : TreeView Property
Identifies the parent C1TreeView of this item.
Syntax
'Declaration
 
Public ReadOnly Property TreeView As C1TreeView
'Usage
 
Dim instance As C1TreeViewItem
Dim value As C1TreeView
 
value = instance.TreeView
public C1TreeView TreeView {get;}
See Also

Reference

C1TreeViewItem Class
C1TreeViewItem Members