TreeView for WPF | ComponentOne
C1.WPF.TreeView Namespace / C1TreeViewItem Class / TreeView Property

In This Topic
    TreeView Property (C1TreeViewItem)
    In This Topic
    Identifies the parent C1TreeView of this item.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property TreeView As C1TreeView
    public C1TreeView TreeView {get;}
    See Also