I need to add the control like Microsoft Word having to change the FontColor. Attached the image the below to show what i need to know whether the Devexpress already having any control related to this ???
Please let me know the suggestion on this.
Thanks in Advance,
If you're not using an XtraRichEditControl, you can use the ColorEdit control. You can use its EditValueChanged event to code your font color changing logic. The control will not display a "A" with a underline color, but you can override the CustomDraw event to achieve a similar result.