Tree
tree
is a hierarchical tree of elements that represents a data structure.
Specific properties:
- datasource - a hierarchicalDatasource binding the component to data. The datasource can be defined on the Datasources tab.
- captionProperty - an entity attribute used to display tree nodes.
- hierarchyProperty - an entity attribute used as the basis to form the tree hierarchy.
- actions - the list of actions available on right click on a tree element.
contextMenuEnabled enables the right-click popup which displays the list of actions available for a tree element. If you have added any actions, this property must be set to true.
See Tree for details.