'Declaration Public Property BackColor As Color
'Usage Dim instance As AlternatingRow Dim value As Color instance.BackColor = value value = instance.BackColor
public Color BackColor {get; set;}
'Declaration Public Property BackColor As Color
'Usage Dim instance As AlternatingRow Dim value As Color instance.BackColor = value value = instance.BackColor
public Color BackColor {get; set;}
The setting for this property can be overridden if a named style is assigned to the cell using the StyleName property, and that named style sets the background color.
Specify the text color for the cell by setting the ForeColor property.