AltRowBckgnd Property

             

Specifies the background color for every alternate row in the detail rows of the grid. Available at design time.

Remarks

You can specify the standard HTML hexadecimal color values, #RRGGBB, or one of the 16 pre-defined color names. For more information, see COLOR in the HTML Reference.

This property is mapped to the Alternating row color box on the Format Tab of the Grid Properties dialog box.

This property can also be adjusted by selecting a style from the Style name box on the General Tab of the Grid Properties dialog box.

The AltRowBckgnd property sets the value of the BGCOLOR attribute of the <TR> tag for every alternate row in the grid.