Click or drag to resize
DrawGridItemEventArgsGraphics Property
Gets or sets the Graphics object that draws the item.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public Graphics Graphics { get; set; }

Property Value

Type: Graphics
The Graphics object that draws the item.
See Also