DataGridViewRowPrePaintEventArgs Properties
.NET Framework 4.5
The DataGridViewRowPrePaintEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
|
ClipBounds | Gets or sets the area of the DataGridView that needs to be repainted. |
|
ErrorText | Gets a string that represents an error message for the current DataGridViewRow. |
|
Graphics | Gets the Graphics used to paint the current DataGridViewRow. |
|
Handled | Gets or sets a value that indicates whether the event handler has completely handled the event or whether the system should continue its own processing. (Inherited from HandledEventArgs.) |
|
InheritedRowStyle | Gets the cell style applied to the row. |
|
IsFirstDisplayedRow | Gets a value indicating whether the current row is the first row currently displayed in the DataGridView. |
|
IsLastVisibleRow | Gets a value indicating whether the current row is the last visible row in the DataGridView. |
|
PaintParts | The cell parts that are to be painted. |
|
RowBounds | Get the bounds of the current DataGridViewRow. |
|
RowIndex | Gets the index of the current DataGridViewRow. |
|
State | Gets the state of the current DataGridViewRow. |