Assembly: ExtCtrl;
Namespace: Prognoz.Platform.Interop.ExtCtrls;.
The IDataGridSelCellStyleEventArgs interface contains argument properties of the event after drawing a selected table string.
IEventArgs
IDataGridSelCellStyleEventArgs
This argument is used when processing the OnGetSelectedCellStyle event.
| Property name | Brief description | |
| The Focused property returns whether focus is in the cell. | ||
| The Selected property returns whether the cell is selected. | ||
| The StyleIndex property determines style index that should be used for drawing of the current cell. |
| Property name | Brief description | |
| Column | The Column property returns a number of the cell column in continuous numbering, for which the event is generated. | |
| Row | The Row property returns number of the cell row, for which the event is generated. |
| Property name | Brief description | |
| Grid | The Grid property returns the table, for which any event is generated. |
See also: