DataGridViewCellPaintingEventArgs Properties
.NET Framework 4.5
The DataGridViewCellPaintingEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
|
AdvancedBorderStyle | Gets the border style of the current DataGridViewCell. |
|
CellBounds | Get the bounds of the current DataGridViewCell. |
|
CellStyle | Gets the cell style of the current DataGridViewCell. |
|
ClipBounds | Gets the area of the DataGridView that needs to be repainted. |
|
ColumnIndex | Gets the column index of the current DataGridViewCell. |
|
ErrorText | Gets a string that represents an error message for the current DataGridViewCell. |
|
FormattedValue | Gets the formatted value of the current DataGridViewCell. |
|
Graphics | Gets the Graphics used to paint the current DataGridViewCell. |
|
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.) |
|
PaintParts | The cell parts that are to be painted. |
|
RowIndex | Gets the row index of the current DataGridViewCell. |
|
State | Gets the state of the current DataGridViewCell. |
|
Value | Gets the value of the current DataGridViewCell. |