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

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