TreeListNodeBase Properties
Serves as a base for classes that represent TreeList nodes.Name | Description |
---|---|
Content | Gets or sets the node’s content. |
HasChildren | Gets whether or not the node has a child node(s). |
Id | Uniquely identifies the current tree node. |
IsExpanded | Gets or sets whether or not the node is expanded. |
IsFiltered | Gets whether the node is filtered or not. |
IsVisible | Gets whether the treelist node is visible. |
RowHandle | Gets the row handle that identifies the node. |
Tag | Gets or sets the data associated with the node. |
VisibleIndex | Gets the node’s position within a View among visible nodes. |
See Also