Xceed.Silverlight.DataGrid.v2.0 Assembly > Xceed.Silverlight.DataGrid Namespace > DataGridControl Class : RowBackground Property |
'Declaration Public Property RowBackground As Brush
'Usage Dim instance As DataGridControl Dim value As Brush instance.RowBackground = value value = instance.RowBackground
public Brush RowBackground {get; set;}
If the AreAlternateStatesEnabled property is set to false and a background color has been provided, it will be applied too all rows, including the odd-numbered rows (i.e., the AlternatingRowBackground color will be ignored).
Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family