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
100
RowAlternateAppearance - get the colours of specific rows
posted

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.