Share via


DropDownTreeView.TreeView Property

Gets the parent tree view that the tree node is assigned to.

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
Public ReadOnly Property TreeView As TreeView
    Get
'Usage
Dim instance As DropDownTreeView
Dim value As TreeView

value = instance.TreeView
public TreeView TreeView { get; }
public:
property TreeView^ TreeView {
    TreeView^ get ();
}
member TreeView : TreeView
function get TreeView () : TreeView

Property Value

Type: System.Windows.Forms.TreeView
A TreeView that represents the parent tree view that the tree node is assigned to, or a null reference if the node has not been assigned to a tree view.