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


In This Topic
    GridPaintEventArgs Class Members
    In This Topic

    The following tables list the members exposed by GridPaintEventArgs.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the width needed to draw the bottom border (if one is required) of the DetailGrid objects.  
    Public PropertyGets the position of the grid's ClientRectangle in grid coordinates.  
    Public PropertyGets 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.  
    Public PropertyGets the display rectangle of the grid element. The rectangle is in client coordinates and the X and Y coordinates can be negative if the grid is scrolled.  
    Public PropertyGets the display visual style of the grid element.  
    Public PropertyGets the Graphics object used to paint.  
    Public PropertyGets a boolean value indicating if the element is being printed.  
    Top
    See Also