For the RadTreeView, I see that we are able to interate through each node and then apply a ForeColor to each node
with the following:
But, how can we pass a hex color as I do not see how this is possible. - example : e.Node.ForeColor = '#fff'
Next, how is it possible to change a Node's text Font Type to say Ariel or any other font types.
Thank you in advance
with the following:
e.Node.ForeColor = System.Drawing.
Color.DarkSeaGreen;
But, how can we pass a hex color as I do not see how this is possible. - example : e.Node.ForeColor = '#fff'
Next, how is it possible to change a Node's text Font Type to say Ariel or any other font types.
Thank you in advance