TreeNode Properties
A node displayed within a DXTreeView instance.| Name | Description |
|---|---|
| HasChildren | Gets whether or not the node has a child node(s). Inherited from TreeListNodeBase. |
| HasVisibleChildren | Gets whether the node has a child node(s). |
| Id | Uniquely identifies the current tree node. Inherited from TreeListNodeBase. |
| IsChecked | Gets or sets whether the node is checked. This is a bindable property. |
| IsChildrenLoaded | Gets whether the current node’s children are loaded. |
| IsExpanded | Gets or sets whether the tree view node is expanded. This is a bindable property. |
| IsFiltered | Gets whether the node is filtered or not. Inherited from TreeListNodeBase. |
| IsFirst | Gets whether the node is the first node within the parent node. |
| IsFirstVisible | Gets whether the first node is visible within the parent node. |
| IsLast | Gets whether the node is the last node within the parent node. |
| IsLastVisible | Gets whether the last node is visible within the parent node. |
| IsSelected | Gets whether a node is currently selected. |
| IsVisible | Gets whether the treelist node is visible. Inherited from TreeListNodeBase. |
| Item | Gets or sets a data item of the DXTreeView node. This is a bindable property. |
| Level | Gets the node’s nesting level. |
| NodeHandle | Get a node handle. |
| Nodes | Gets the collection of child nodes. |
| Parent | Gets the parent node. |
| Root | Gets the root node. |
| Tag | Gets or sets the data associated with the node. Inherited from TreeListNodeBase. |
| TreeView | Gets a DXTreeView instance. |
| VisibleIndex | Gets the node’s position within a View among visible nodes. Inherited from TreeListNodeBase. |
| VisibleLevel | Gets the node’s visible level. |
| VisibleParent | Gets the node’s visible parent. |
See Also