GraffitiSuite Docs
Docs
Graffitigridcellrenderer
Loading document parsing libraries...
# GraffitiGridCellRenderer Class ## Compatibility ### Framework API Version | 1.0 | 2.0 | | :---: | :---: | | False | True | ### Console | 32-Bit | 64-Bit | | :---: | :---: | | False | True | ### Desktop | 32-Bit | 64-Bit | | :---: | :---: | | False | True | ### iOS | 32-Bit | 64-Bit | | :---: | :---: | | False | True | ## Event Definitions | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | RowCellPaint | g as Graphics <br> column as GraffitiGridColumn <br> row as GraffitiGridRow <br> isEditing as Boolean | Boolean | Called when the Grid is drawing a cell. | ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | ConvertValue | column as GraffitiGridColumn <br> row as GraffitiGridRow | String | Used to return a string value for drawing. | | Render | g as Graphics <br> column as GraffitiGridColumn <br> row as GraffitiGridRow <br> isEditing as Boolean | Boolean | Called when a cell is being rendered. | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | Instance | GraffitiGrid | Nil | This property is set by the GraffitiGrid instance with a reference to itself and should not be modified. |