BackColorAlternate Property

Returns or sets the background color for alternate rows

Syntax

Public Property BackColorAlternate As Color

Applies To

Grid Object

Data Type

System.Drawing.Color

Remarks

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.

See Also

UseBackColorAlternate Property