Click or drag to resize
DrawGridItemEventArgs Constructor
Initializes a new DeleteCellEventArgs object at a given location.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public DrawGridItemEventArgs(
	Graphics graphics,
	uint row,
	uint col,
	Rectangle windowRect,
	Style style
)

Parameters

graphics
Type: System.DrawingGraphics
The Graphics object that draws the item.
row
Type: SystemUInt32
The row index of the cell being drawn.
col
Type: SystemUInt32
The column index of the cell being drawn.
windowRect
Type: System.DrawingRectangle
The bounding rectangle of the cell being drawn.
style
Type: Stingray.GridStyle
The style of the cell being drawn.
See Also