BackColor Property
BackColor
Gets or sets the background color of the grouping information.
 
Declaration
  [TypeConverter(typeof(WebColorConverter))]
public Color BackColor { get; set; }
 
  <TypeConverter(GetType(WebColorConverter))>
Public Property BackColor As Color