Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Viewers Namespace / CellViewerPaintEventArgs Class
Members


In This Topic
    CellViewerPaintEventArgs Class
    In This Topic
    Provides information on the cell for which the viewer provides custom painting.
    Syntax
    'Declaration
     
    Public Class CellViewerPaintEventArgs 
       Inherits Xceed.Grid.GridPaintEventArgs
    'Usage
     
    Dim instance As CellViewerPaintEventArgs
    public class CellViewerPaintEventArgs : Xceed.Grid.GridPaintEventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          Xceed.Grid.GridPaintEventArgs
             Xceed.Grid.Viewers.CellViewerPaintEventArgs

    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 Xceed.Grid.DetailGrid objects. (Inherited from Xceed.Grid.GridPaintEventArgs)
    Public PropertyGets the Xceed.Grid.Cell for which the viewer provides custom painting.  
    Public PropertyGets the position of the grid's ClientRectangle in grid coordinates. (Inherited from Xceed.Grid.GridPaintEventArgs)
    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. (Inherited from Xceed.Grid.GridPaintEventArgs)
    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. (Inherited from Xceed.Grid.GridPaintEventArgs)
    Public PropertyGets the display visual style of the grid element. (Inherited from Xceed.Grid.GridPaintEventArgs)
    Public PropertyGets the Xceed.Grid.GridPaintEventArgs.Graphics object used to paint. (Inherited from Xceed.Grid.GridPaintEventArgs)
    Public PropertyGets a boolean value indicating if the element is being printed. (Inherited from Xceed.Grid.GridPaintEventArgs)
    Top
    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