I have some appearances set up and applied to different levels as such:
.NodeAppearance = UltraTree1.Appearances("Field")
I would like to change the appearance (such as icon or forecolor) on individual nodes based on some data, but the UltraTreeNode object doesn't have an appearnce property. How can I do that?
Thanks.
node.Override.NodeAppearance = UltraTree1.Appearances("Field")