How to populate WinForms TreeViewAdv from XML file?
Populate TreeViewAdv from XML file
By loading the XML file into an XmlDocument object, you can populate the TreeViewAdv by recursively traversing the XML and creating nodes.
Refer this sample
Reference link: https://help.syncfusion.com/windowsforms/treeview/save-and-load-xml