Assembly: ExtCtrls;
The IDataGridSelRowStyleEventArgs interface contains argument properties of the event after drawing the selected table row.
IDataGridSelRowStyleEventArgs
This argument is used when handling the OnGetSelectedRowStyle event.
| Property name | Brief description | |
![]() |
Focused | The Focused property returns whether focus is in the current string cell. |
![]() |
Row | The Row property returns string index to be drawn. |
![]() |
Selected | The Selected property returns whether string is selected. |
![]() |
StyleIndex | The StyleIndex property determines style index to be used for drawing of the current string. |
| Property name | Brief description | |
![]() |
Grid | The Grid property returns the table, for which any event is generated. |
See also: