Gets or sets the Brush that is used to paint the background of odd-numbered rows.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
public Brush AlternatingRowBackground { get; set; }
Visual Basic
Public Property AlternatingRowBackground As Brush
	Get
	Set

Remarks

Setting this property to null causes all rows to be painted using the brush defined by the RowBackground property.

See Also