IliDbTreeGadget

The IliDbTreeGadget Hierarchy and Example Gadget

The class defines a tree gadget that works with a data source or several data sources (depending on the model). This gadget displays the links between the children and their parents. Each data source row defines a tree gadget item.

To provide the data to the tree gadget, you can use the following models:

  • Recursive: All items of the tree gadget are defined by only one data source.

  • Structural: Each tree gadget level has its own data source with its columns.

The Parent column is not used for the first level.