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
690
LoadFromXml sets TreeNode Tag property to null
posted

Hi,

I am using the UltraTree in v8.3. My tree nodes have the Tag property set to a custom object so I can attach meta data to each tree node.When I create the tree nodes, I also create my tag object and set it to the tree node Tag property.

After my nodes are created, I use LoadFromXml to load the node structure saved from last time.

When I use LoadFromXml, it seems to set each tree nodes Tag property to null.

Is there a way I can avoid this? I still need to use LoadFromXml, but I need it to ignore my Tag property.

 

Parents Reply Children
No Data