Initializes a new instance of the OwnerDrawCellEventArgs class.
Syntax
Parameters
- view
- The C1FlexGridBase control that contains the cell being painted.
- graphics
- The Graphics object where the cell will be painted.
- row
- The row index of the cell being painted.
- col
- The column index of the cell being painted.
- style
- The CellStyle that will be used to paint the cell.
- bounds
- The bounds of the cell being painted.
- text
- The text that will be displayed in the cell.
- img
- The image that will be displayed in the cell.
See Also