Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1440
Does ultratree have a method that returns a treenode give a string displayed
posted

Does the  UltaTree control have a method where  the method takes as a parameter a string displayed in the control,  and return the corresponding treenode?

For example say the control is displayed as followed

Sport-------àbaseball

          |          

          |-------àFootball

          |          

          |-------àHockey

 

Food-------àDonut

          |          

          |-------àCake

          |          

          |-------àBread

 

Does the ultraview control have a method where  I could pass in a string with the value Bread as an input parameter to the method, and in return the  method would return the treenode associated with the item Bread displayed in the control.