| Name | Description |
| activeCssClass | Returns the activeCssClass used for this node. |
| anchorElement | Returns a reference to the Anchor Html Element associated with this node. |
| checkState | Gets the current CheckBoxState of the Node. 0-Unchecked, 1-Checked, 2-Partial. |
| childNode | Returns the child node at the index specified if it exists. Null is returned otherwise. |
| childrenCount | Returns the subnodes count. |
| cssClass | Returns the cssClass used for this node. |
| disabledCssClass | Returns the disabledCssClass used for this node. |
| editable | Gets this item's editable state. 0-will use the parent tree's node editing setting, 1-off, 2-on. |
| expanded | Returns a boolean value which indicates true if the node is currently expanded, false otherwise. |
| hoverCssClass | Returns the hoverCssClass used for this node. |
| level | Returns the current node level. 0 means root level element. |
| navigateUrl | Returns the url associated with the Node object. When the node is clicked, the Url will be activated. |
| nextNode | Returns the next sibling node of this node. If this is the last node in the collection, null is returned. |
| nextVisibleNode | Returns the next visible sibling node of this node. If this is the last visible node in the collection, null is returned. |
| parentNode | Returns the parend node of this node. If this is a root node will return null. |
| previousNode | Returns the previous sibling node of this node. If this is the first node in the collection, null is returned. |
| previousVisibleNode | Returns the previous visible sibling node of this node. If this is the first visible node in the collection, null is returned. |
| selectedCssClass | Returns the selectedCssClass used for this node. |
| styleElement | Returns a reference to the Html Element that will be styled. |
| target | Returns the target frame associated with the Node object. The target is used in conjunction with the NavigateUrl property. The target identifies the Frame or IFrame within the page that has the same corresponding Name attribute as the Target property. |
| textElement | Returns a reference to the Html Element that contains the text of the node. |
| visible | Returns true if all parent of this node are expanded and the node is visible. |