Hi Travis,
Thank you for your interesting in Syncfusion products.
We have checked your query “Change Default RichTextBox text color” at our end. In order to change the RichTextBox textcolor, you can use the TextColor property which allows you to change the RichTextBox textcolor. You can refer the following code snippet for your reference.
Code Snippet
//adding custom rich text cell to the grid
this.gridControl1.CellModels["RichTextCell"] = new CustomRichTextCell(this.gridControl1.Model);
this.gridControl1.ColStyles[3].CellType = "RichTextCell";
this.gridControl1.ColStyles[3].CellValue = "This is the RichTectboxCell which resizes the height based on text";
this.gridControl1.ColStyles[3].TextColor = Color.Blue; |
Please let us know if you would require any other assistance. we will be happy to assist you.
Regards,
Balamurugan.Thirumalaikumar