Text Recognize of TreeList
Hello,
I am trying to get the text from a TreeList. I attached the properties of this object and the object itself.
I need to be able to get each line of text from this object, but the Text property is empty (as can be seen in the object browser). The number of visible columns is 5, and the visible columns list has this class name: DevExpress.XtraTreeList.ViewInfo.VisibleColumnsList. I am not sure if this is the right property in order to give the text back, but I tried to call it and this error occurs "System.ArgumentException: Object of type 'System.Int32' cannot be converted to type 'DevExpress.XtraTreeList.Columns.TreeListColumn'."
I also found, this Text-Recognition-feature-does-not-work-for-NET-WinFormsObject. And it seems that is a possibility to make TestComplete recognize the control as a tree view, but it's not explain how. If anyone could have a idea about this DevExpress and how could gave the text back, or if it's another property/method that I should try?
Thank you!