DataGridViewRowPostPaintEventArgs Properties
.NET Framework (current version)
Namespace:
System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| 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. |
![]() | InheritedRowStyle | Gets the cell style applied to the current DataGridViewRow. |
![]() | IsFirstDisplayedRow | Gets a value indicating whether the current row is the first row displayed in the DataGridView. |
![]() | IsLastVisibleRow | Gets a value indicating whether the current row is the last visible row displayed in the DataGridView. |
![]() | RowBounds | Get the bounds of the current DataGridViewRow. |
![]() | RowIndex | Gets the index of the current DataGridViewRow. |
![]() | State | Gets the state of the current DataGridViewRow. |
Show:
