Hey I am a newbie when it comes to .net and infragistics is there anyway to change the color of the radio button other then green I know how to change the font but not the actual color of the button.
Thanks in advance Chris.
There's no property to change the color of the button itself. Radio buttons are drawn the same way system-wide.
The only way to do this would be to use a DrawFilter and draw the button yourself.