Share via


ParentTreeView Property

Sets or retrieves a reference to the parent TreeView.

Syntax

Visual Basic  Protected  Property ParentTreeView As TreeView
C# protected  TreeView ParentTreeView { get; set; }
Managed C++ protected:  __property TreeView get_ParentTreeView();
protected:  __property void set_ParentTreeView(TreeView);
JScript protected   function get ParentTreeView() : TreeView;
protected   function set ParentTreeView(TreeView);

Possible Values

ref TreeView parent reference.

The property is read/write. The property has no default value.

Applies To

TREENODE

See Also

Internet Explorer WebControls, About the TreeView WebControl