Description: You can easily get the child nodes of the selected node with the help of NodeSelectedEvent event and its argument. Solution: In a NodeSelectedEvent event, the event argument (e) holds the object of the selected node – Node. The selected node object have property called Items, it holds a list of child node object of the selected node. By iterating the Item object, you can get the information of each child node. Refer the following code example. C#
|
This page will automatically be redirected to the sign-in page in 10 seconds.