Controls the data that will be displayed and the design of each item displayed in the tree. This does not affect the Node Setup XML.
The name of the column from the data that controls the Text to use for each node.
The name of the column from the data that controls the ID of each node.
The name of the column from the data that controls the Value of each node.
The name of the column from the data that controls the node’s parent ID.
The name of the column from the data that controls the URL used when a user clicks on a node.
The JavaScript function name to be called when a context menu item is clicked.
The JavaScript function name to be called when a context menu item is being clicked.
The JavaScript function name to be called when a context menu item is showing.
The JavaScript function name to be called when a context menu item is shown.
A true/false indication that the text should be bolded.
A true/false indication that the text should be italicized.
The name of the server font to be used for each node.
A true/false indication that a line should be displayed over the text.
The size of the displayed text, measured in points.
A true/false indication that the text should be struck.
A true/false indication that the text should be underlined.
The HEX background color of each node.
The HEX font color of each node.
The HEX border color of each node.
The border style used for each node.
The border width of each node, measured in points.
The height of each node, measured in points.
The message to show when a Load on Demand item is clicked.
The position of the Loading Text to display.
• BeforeNodeText - If the node text is "Some Text", the text is changed to "(loading ...) Some Text" when child nodes are being loaded (assuming the LoadingMessage property has been set to "(loading...)"
• AfterNodeText - If the node text is "Some Text", the text is changed to "Some Text (loading ...)" when child nodes are being loaded (assuming the LoadingMessage property has been set to "(loading...)"
• BelowNodeText - The text is not changed and "(loading ...)" is displayed when child nodes are being loaded (assuming the LoadingMessage property has been set to "(loading...)"
• None - No loading text is displayed at all
A true/false indication that line images from node to node are displayed.
A true/false indication that only the current first level of nodes may be expanded.
The pre-defined style used for each node item.
• Black
• Default
• Forest
• Hay
• Office2007
• Outlook
• Simple
• Sunset
• Telerik
• Vista
• Web20
• WebBlue
The text displayed when a node is hovered over.
A true/false indication if the item should be displayed.
The width of each node, measured in points.
Example:
<CG>
<C>
<OnClientContextMenuItemClicking>clientContextMenuItemClicking</OnClientContextMenuItemClicking>
<DataTextField>Title</DataTextField>
<DataFieldID>ID</DataFieldID>
<DataValueField>ParentID</DataValueField>
<DataNavigateURLField>Url</DataNavigateURLField>
<DataParentField>ParentID</DataParentField>
<Skin>Vista</Skin>
</C>
</CG>