Returns or sets the background color for alternate rows
Public Property BackColorAlternate As Color
Grid Object
System.Drawing.Color
The color specified is used to paint every other row in the control, creating a checkbook look.
Using this property is faster and more efficient than using the Row.BackColor property to paint every other row.