DataGridViewRowPrePaintEventArgs::Graphics Property
.NET Framework (current version)
Gets the Graphics used to paint the current DataGridViewRow.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System.Drawing::Graphics^The Graphics used to paint the current DataGridViewRow.
The following code example demonstrates how to use the Graphics property to paint the custom background. The variable, e, is of type DataGridViewRowPrePaintEventArgs. This code example is part of a larger example provided in How to: Customize the Appearance of Rows in the Windows Forms DataGridView Control.
.NET Framework
Available since 2.0
Available since 2.0
Show: