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
110
Ultratree Databinding setting Tag
posted

Hey all,

I'm trying to use databinding on an UltraTree control. 

I have the datasource set up, and the data is showing up as expected in the tree.  However, the application I'm modifying makes extensive use of the Tag for each node; specifically, the tag contains an object that contains all the pertinent information for each node.  Before databinding, that information was set manually, for each node.  

My question:  Is there a way that I can have the Tag property modified as each node is created via databinding?