Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

DevExpress .NET MAUI Tree View - Display Information from Self-Referenced Data Structures

This example displays information from self-referenced data structures. To build the tree structure, the data source should contain KeyFieldName and ParentFieldName fields with the same data type. The KeyFieldName value of a parent node is equal to the ParentFieldName value of a child node in a tree structure. Refer to the following help topic for implementation details: Tree View - Display Self-Referenced Data.

Files to Review

More Examples