Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / GridPaintEventArgs Class / ClientRectangle Property


In This Topic
    ClientRectangle Property (GridPaintEventArgs)
    In This Topic
    Gets the client rectangle of the grid element. The rectangle represents the visible portion of the grid element and is in client coordinates. The X and Y coordinates are always 0,0.
    Syntax
    'Declaration
     
    Public ReadOnly Property ClientRectangle As Rectangle
    'Usage
     
    Dim instance As GridPaintEventArgs
    Dim value As Rectangle
     
    value = instance.ClientRectangle
    public Rectangle ClientRectangle {get;}

    Property Value

    A System.Drawing.Rectangle structure that represents the client rectangle of the grid element.
    Remarks

    The rectangle represents the visible portion of the grid element and is in client coordinates. The X and Y coordinates are always 0,0. The width and height of the client rectangle vary depending on how much of the grid element is visible in the grid.

    The client rectangle of the grid element does not include the Borders.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also