Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 1.21 KB

File metadata and controls

16 lines (10 loc) · 1.21 KB

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