CHILDTYPE Attribute | childType Property
Sets or retrieves the type of TreeNodeType to use for all descendents.
Syntax
HTML <namespace:TREEVIEW CHILDTYPE = sChildType... > Scripting TREEVIEW.childType [ = sChildType ]
Possible Values
namespace Prefix that associates a custom tag with an XML namespace. This prefix is set using the XMLNS attribute of the html tag. 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 attribute of a TreeNodeType element.
Applies To
TREEVIEW
See Also
Internet Explorer WebControls, About the TreeView WebControl