TreeNode Properties
A node displayed within a DXTreeView instance.
Name | Description |
---|---|
Has |
Gets whether or not the node has a child node |
Has |
Gets whether the node has a child node |
Id |
Uniquely identifies the current tree node.
Inherited from Tree |
Is |
Gets or sets whether the node is checked. This is a bindable property. |
Is |
Gets whether the current node’s children are loaded. |
Is |
Gets or sets whether the tree view node is expanded. This is a bindable property. |
Is |
Gets whether the node is filtered or not.
Inherited from Tree |
Is |
Gets whether the node is the first node within the parent node. |
Is |
Gets whether the first node is visible within the parent node. |
Is |
Gets whether the node is the last node within the parent node. |
Is |
Gets whether the last node is visible within the parent node. |
Is |
Gets whether a node is currently selected. |
Is |
Gets whether the treelist node is visible.
Inherited from Tree |
Item |
Gets or sets a data item of the DXTree |
Level | Gets the node’s nesting level. |
Node |
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 Tree |
Tree |
Gets a DXTree |
Visible |
Gets the node’s position within a View among visible nodes.
Inherited from Tree |
Visible |
Gets the node’s visible level. |
Visible |
Gets the node’s visible parent. |
See Also