TreeListNode Properties
A node displayed within a TreeListView.
Name | Description |
---|---|
Actual |
Gets the node’s actual nesting level. |
Content |
Gets or sets an Items |
Expand |
Gets or sets the binding that determines whether the node is expanded. |
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 |
Image | Gets or sets the node’s image. |
Is |
Indicates whether the node’s check box is enabled. |
Is |
Gets or sets whether the node is checked. |
Is |
Gets or sets whether the expand button is displayed within the node or not. |
Is |
Gets or sets whether the treelist row is expanded. |
Is |
Gets whether the node is filtered or not.
Inherited from Tree |
Is |
Gets whether the node is the first node within a collection of nodes. |
Is |
Gets whether the node is the last node within a collection of nodes. |
Is |
Gets whether the treelist node is visible.
Inherited from Tree |
Items |
This member supports the internal infrastructure and is not intended to be used directly from your code. |
Level | Gets the node’s nesting level. |
Nodes | Gets the collection of child nodes. |
Parent |
Gets the parent node. |
Row |
Gets the row handle that identifies the node.
Inherited from Tree |
Tag |
Gets or sets the data associated with the node.
Inherited from Tree |
Visible |
Gets the node’s position within a View among visible nodes.
Inherited from Tree |
Visible |
Gets the node’s visible parent. |
See Also