Click or drag to resize
DrawGridItemEventArgsWindowRect Property
Gets or sets the bounding rectangle of the cell being drawn.

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

Property Value

Type: Rectangle
The bounding rectangle of the cell being drawn.
See Also