I have a treeList (DevExpress) and I want to get the complete path of a selected node in a label. For example: Parent_Node \ Nodo_Hijo \ Nodo_Nieto ... , something like the treeview fullpath of native Windows forms.
Path : Dxperience 12.2 Demos \ WinForms \ XtraTreeList
It would be the route on the selected node.
How to get the full path of the selected node?