Click or drag to resize
GridControlGetGridRect Method
Returns the window area for the grid.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public Rectangle GetGridRect()

Return Value

Type: Rectangle
The drawing area for the grid.
Remarks
Unless the grid is in printing-mode or you have explicitly called SetGridRect(Boolean), the rectangle is determined by the Windows function GetClientRect()".
See Also