ComponentOne True DBGrid for WinForms
Alternating Row Colors
Customizing the Grid's Appearance > Alternating Row Colors

The readability of the display can often be improved by alternating the background colors of adjacent rows. When the AlternatingRows property to Trueis set, the grid displays odd-numbered rows (the first displayed row is 1) using the built-in style OddRow, and even-numbered rows using the built-in style EvenRow.


See Also