Xceed.Silverlight.DataGrid.v2.0 Assembly > Xceed.Silverlight.DataGrid Namespace > DataGridControl Class : AlternatingRowBackground Property |
'Declaration Public Property AlternatingRowBackground As Brush
'Usage Dim instance As DataGridControl Dim value As Brush instance.AlternatingRowBackground = value value = instance.AlternatingRowBackground
public Brush AlternatingRowBackground {get; set;}
Some state groups define alternate states, which are used when alternating row styles are applied. These alternate states can be disabled by setting the grid's AreAlternateStatesEnabled property to false.
If the AreAlternateStatesEnabled property is set to false, the AlternatingRowBackground color will be ignored.