Parent Property
Sets or retrieves the parent object of a TreeNodeCollection.
Syntax
Visual Basic Public Property Parent As object C# public object Parent { get; set; } Managed C++ public: __property object get_Parent();
public: __property void set_Parent(object);JScript public function get Parent() : object;
public function set Parent(object);
Possible Values
The property is read/write. The property has no default value.
Property Information
Applies To
TreeNodeCollection
See Also
Internet Explorer WebControls, About the TreeView WebControl