Objective Grid for Microsoft® .NET® Reference Guide

GridControl.GetGridRect Method 

Back to Class Index

Returns the window area for the grid.     

[Visual Basic]
Public Function GetGridRect() As Rectangle
[C#]
public Rectangle GetGridRect();

Remarks

    

Unless the grid is in printing-mode or you have explicitly called SetGridRect, the rectangle is determined by GetClientRect.     

    

    

    

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace