By Default RadTreeView SelectedNode BackColor is orange gradient, but I ned to change color i tryed with
RadTV_Menu_Principal.SelectedNode.BackColor = Color.DarkBlue;
But that send error message because SelectedNode is null, I need pre-configurate the colors.enter image description here
I found one solution, I had to create two events for my RadTreeView.