C1.Win.FlexGrid Namespace / OwnerDrawCellEventArgs Class


OwnerDrawCellEventArgs Class Properties

For a list of all members of this type, see OwnerDrawCellEventArgs members.

Public Properties
 NameDescription
Public PropertyGet the rectangle where the cell will be painted (in client coordinates).  
Public PropertyGet the column index of the cell being painted.  
Public PropertyDrawing color mode.  
Public PropertyGets the Graphics object used to draw the cell. Use this object to draw custom elements in the cell.  
Public PropertyGets or sets whether the event has finished drawing the cell.  
Public PropertyGets or sets the image that will be displayed in the cell.  
Public PropertyGets a value that determines if the event was fired only to measure the cell.  
Public PropertyGet the row index of the cell being painted.  
Public PropertySets or sets the CellStyle object used to paint the cell.  
Public PropertyGets or sets the text that will be displayed in the cell.  
Top
See Also