ComponentOne List for WinForms
C1.Win.C1List Namespace / OwnerDrawCellEventArgs Class
Properties


In This Topic
    OwnerDrawCellEventArgs Class Members
    In This Topic

    The following tables list the members exposed by OwnerDrawCellEventArgs.

    Public Properties
     NameDescription
    Public PropertyThe bounding rectangle for the cell that needs to be rendered.  
    Public PropertyThe index of the column in the DisplayColumns collection.  
    Public PropertyThe C1DisplayColumn being rendered.  
    Public PropertyIndicates whether the custom renderer handles the background, border or content.  
    Public PropertyThe GDI+ graphics object to render on.  
    Public PropertyIndicates whether the event code rendered the cell.  
    Public PropertyThe index of the row for the cell being rendered.  
    Public PropertyThe index of the split for the cell being rendered.  
    Public PropertyThe Style used to render the cell.  
    Public PropertyThe text of the cell.  
    Top
    See Also