Click or drag to resize
CellControlDrawCellControl Event
Draw Cell Control event.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public event DrawCellControlEventHandler DrawCellControl

Value

Type: Stingray.GridDrawCellControlEventHandler
Remarks
This event is invoked by OnDraw(DrawCellControlEventArgs).
See Also