Let's clear the situation in here. Let's have a devexpress's gridview control in a WIN form. Let's set the Appearance of the Even rows of the grid have the backcolor = color.whiteSmoke (say to help the users distiguish the rows easily). We do this in design time. Now, let's do programmatically color in red some rows that match my condition in an event: gridView_RowStyle.
The problem is than the even rows, matching my condition are still colored in whitesmoke?!?!?
Does that mean that the appearance of the even rows are overwritten to the custom appearance???
I'm not getting that. What I'm I supposed to do so that the rows that match my condition are colored in red?