Skip to main content

Binding to Hierarchical Data Overview

In This Article

In data bound mode, the TreeListView can display information in a tree from either self-referential (flat) or hierarchical data structure. For each type of a data structure, it provides the corresponding tree derivation mode(s), specified via the TreeListView.TreeDerivationMode property:

Data Structure Type

Tree Derivation Mode

Self-Referential (Flat)

Example: Table

Self-Reference

Hierarchical

Example: Business Class Structure

Hierarchical Data Template

Child Nodes Selector

#Concepts

#Examples