Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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