Hello,
I am woking on an application that is built using DevExpress controls version 10.2.4.0
I want to select and focus a node in the XtraTreeList control using visible Node name.
Please let me know how to do it.
Thanks
Abhey
Try this.
Set devExpressObj = SwfWindow("YourWindowObjName").SwfObject("YourTreeName").Object
Then, you can use this devExpressObj do anything like you did in the WinForm development.