Hi,
I have a UltraWinGrid widget which makes use of the RowAlternateAppearance feature. Now, I need to find out the colour property of different rows, and I cannot see any method of doing this, except for trying to guess which colour is used depending on the odd/even number of the row. This, however, gets trickier when using group by.
How could I find the colour information (BackColor, ForeColor) of rows in this case?
Thank you.
Thanks, this solved all my problems regarding colour for now.
I answered a very similar question earlier today: How do I associate a style I have created to my application? - Infragistics Community
In your case, you will want to use the ResolveAppearance method on the row, but it's essentially the same concept.
Also... do you really need to the color? Or do you just want to know if the row is an alternate row or not? If the latter, you can simply use the IsAlternate property on the row .