Forum Discussion

yingkai1208's avatar
yingkai1208
Contributor
12 years ago

How to retrieve node's name in a WPFObject("tvwNodeTypes") in Telerik suite (Version 2013.3 1204)

Hi, 



In the previous version of Telerik, I could retrieve a node's name by using:

nodeObject.WPFObject("StackPanel", "", 1).Child(0).WPFControlText      from a treeview with the type of WPFObject("tvwNodeTypes")



But now WPFObject("StackPanel", "", 1) has been removed, so I am not able to get the node's name. Is there any way to retrieve the node's name.



Any help is apprecriated, thanks in advance.



Cheer.

Kai

1 Reply

  • Hi, it is solved by myself.

    I could use DataContext.Path.OleValue to get access to the node name