Gets or sets the background color of an HtmlTable control.
[Visual Basic] Public Property BgColor As String [C#] public string BgColor {get; set;} [C++] public: __property String* get_BgColor(); public: __property void set_BgColor(String*); [JScript] public function get BgColor() : String; public function set BgColor(String);
The background color of an HtmlTable control. Values can be any hexadecimal number preceded by a "#" character, or one for sixteen color names. For more information, see any HTML reference guide.
HtmlTable Class | HtmlTable Members | System.Web.UI.HtmlControls Namespace