Click or drag to resize
GridControlDrawGridItem Event
Draw Grid Item event.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[BrowsableAttribute(true)]
public event DrawGridItemEventHandler DrawGridItem

Value

Type: Stingray.GridDrawGridItemEventHandler
Remarks
This event is invoked when an individual cell is drawn. The base class event handler draws the associated cell control.
See Also