BackColor Property
BackColor
Gets or sets the background color for cells in this alternating row.
 
Declaration
  [TypeConverter(typeof(WebColorConverter))]
public Color BackColor { get; set; }
 
  <TypeConverter(GetType(WebColorConverter))>
Public Property BackColor As Color