| Name | Description |
| activeNode | Gets the current active node. |
| allowDrop | Get whether the tree accepts nodes to be dragged to it from other trees on the page. Get whether the tree accepts nodes to be dragged to it from other trees on the page. |
| animationDuration | Gets the animation duration, which will be used for expanding or collapsing tree nodes. |
| animationEquationType | Gets the animation equation type, which will be used for expanding or collapsing tree nodes. |
| checkBoxMode | Returns the current CheckBoxMode. 0-Off, 1-BiState, 2-TriState mode. |
| checkedNodes | Returns an array holding all checked nodes. |
| collapseImageToolTip | Gets the collapse image alt text. |
| dataLoadingMessage | Returns a string value containing the text message to display when nodes are being fetched in an Ajax callback. |
| dataSource | |
| dragDropMode | Get a DragDropMode value which indicates whether nodes can be moved or copied or both during a drag and drop operation. Get a value which indicates whether nodes can be moved or copied or both during a drag and drop operation. |
| enableAjax | Returns a boolean value that indicates whether or not Ajax load on demand is enabled for the tree. |
| enableAutoChecking | Gets a boolean value that determines if auto checking is enabled. |
| enableConnectorLines | Returns a boolean value which indicates whether connector lines are displayed between nodes of the tree. |
| enableDragDrop | |
| enableDropInsertion | Returns a boolean value which indicates whether nodes can be inserted between other nodes in a drag and drop operation. |
| enableExpandImages | Returns a boolean value which indicates whether expand images are displayed for nodes of the tree. |
| enableExpandOnClick | Returns a boolean value which indicates whether nodes can be expanded or collapsed when clicked with the mouse. |
| enableHotTracking | Gets a boolean value that determines if hot tracking if enabled. |
| enableSingleBranchExpand | Gets a boolean value that determines if single branch expand is on. |
| expandImageToolTip | Gets the expand image alt text. |
| focusElement | Returns the focus HTML element of the tree. |
| selectedNodes | Returns an array holding all selected nodes. |
| selectionType | Returns the UI selection type specified. 0-None, 1-Single, 2-multiple selection |
| singleBranchExpandLevel | Gets an integer value that determines up to which sub level single branch expand is done. |