Fires when the list is about to display cell data in a column whose FetchStyle property is set to True.
The event handler receives an argument of type FetchCellStyleEventArgs containing data related to this event. The following FetchCellStyleEventArgs properties provide information specific to this event.
| Property | Description |
|---|
| CellStyle | The Style used to render the cell. |
| Col | The index of the column in the DisplayColumns collection. |
| Condition | The sum of one or more CellStyleFlag constants describing the disposition of the cell being rendered. |
| Row | The index of the row for the cell being rendered. |
| Split | Indicates the position in the Splits collection. |