Wimark.Controls Class Library  

DataGridViewStyle.BackColor Property

Gets or sets the background color of a DataGridView cell or header.

[Visual Basic]
Public Property BackColor As Color 
[C#]
public Color BackColor {get; set;}
[C++]
public: __property Color get_BackColor();
public: __property void set_BackColor(Color);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

DataGridViewStyle Class | DataGridViewStyle Members | Wimark.Controls Namespace | DataGridView