I am trying to traverse the nodes of the DevExpress.XtraTreeList.TreeList and it isn't working.
Basically all I have is the caption and value of the node I want to look for. Is there a simple way I can find it. After it is found I am just moving the focus to the new node and I already know how to do that if I have the proper index.
Thanks
I ended up using a
Queue
and then going through the TreeList using the current node'stree.nodes
.