DataGrid::BackgroundColor Property
.NET Framework (current version)
Gets or sets the color of the non-row area of the grid.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System.Drawing::ColorA Color that represents the color of the grid's background. The default is the AppWorkspace color.
The BackgroundColor determines the color of the nonrow area of the grid, which is only visible when no table is displayed by the System.Windows.Forms::DataGrid, or if the grid is scrolled to the bottom, or if only a few rows are contained in the grid.
The following code example sets the BackColor, and BackgroundColor properties.
.NET Framework
Available since 1.1
Available since 1.1
Show: