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