How Do I Change the Font Color in a GridControl?

I need to work on a Syncfusion GridControl. I'm having a hard time navigating the object model. What property sets the font color in a cell?

-TC


1 Reply

AB abc August 20, 2008 05:27 PM UTC

Never mind; I found it. The Item property returns a GridStyleInfo class, which has a TextColor property.

(I feel silly that it took me so long to find that property. I looked at least three times through the list of properties before I saw it.)

-TC


Loader.
Up arrow icon