GDocsOpen - Open, Edit and Save DOC and XLS files directly from Windows using Google Docs

TreeNode

TreeNode is a class which helps you better describe a node.

It contains

  • Text - the text for the node
  • Value - the value for the node, which can be used to store object id's.
  • Expanded - If set to true, node will be expanded.
  • NavigateUrl - A url to open when node is clicked.
  • Tooltip - Tooltip text.
  • IsLeaf - Tells the tree that the current node does not contain any childs. This is usefull when using lazy loading, to prevent a call to the server.
  • Nodes - collection of child nodes for the current node.