Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1170
Change Row Foreground Color in C#
posted

I'm trying to change the foreground color of the rows of a xamgrid based on the content of one field. I already have a loop iterating over the grid for a different purpose, so it makes sense to perform the check and color change there if possible. How do I access the row or cell colors, starting with a xamdatagrid object?

Thanks,

John