CHILDTYPE Attribute | ChildType Property
Sets or retrieves the type of TreeNodeType to use for all descendents.
Syntax
Visual Basic Public Property ChildType As string C# public string ChildType { get; set; } Managed C++ public: __property string get_ChildType();
public: __property void set_ChildType(string);JScript public function get ChildType() : string;
public function set ChildType(string);
Possible Values
sChildType string that specifies or receives the type of TreeNodeType to use for all children of a node of that type. The property is read/write. The property has no default value.
Remarks
The value of ChildType must correspond to the value assigned to the Type property of a TreeNodeType element.
Applies To
TreeBase, TREEVIEW
See Also
Internet Explorer WebControls, About the TreeView WebControl