| DrawGridItemEventArgs Class |
Namespace: Stingray.Grid
The DrawGridItemEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| DrawGridItemEventArgs |
Initializes a new DeleteCellEventArgs object at a given location.
|
| Name | Description | |
|---|---|---|
| Col |
Gets or sets the column index of the cell being drawn.
| |
| Graphics |
Gets or sets the Graphics object that draws the item.
| |
| Row |
Gets or sets the row index of the cell being drawn.
| |
| Style |
Gets or sets the style of the cell being drawn.
| |
| WindowRect |
Gets or sets the bounding rectangle of the cell being drawn.
|