TreeListNode Properties
A node displayed within a TreeListView.
Name | Description |
---|---|
Actual |
Gets the node's actual nesting level. |
Content | Gets or sets the node's content. |
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 or not the node has a child node |
Image | Gets or sets the node's image. |
Is |
Indicates whether or not 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 or not the node is expanded. |
Is |
Gets whether the node is filtered or not. |
Is |
Gets whether or not the node is the first node within a collection of nodes. |
Is |
Gets whether or not the node is the last node within a collection of nodes. |
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. |
Tag | Gets or sets the data associated with the node. |
Visible |
Gets the node's visible parent. |
See Also