Assembly: ExtCtrl;
Namespace: Prognoz.Platform.Interop.ExtCtrls;.
The IDataGridSelRowStyleEventArgs interface contains argument properties of the event after drawing a selected table string.
IEventArgs
IDataGridSelRowStyleEventArgs
This argument is used when processing the OnGetSelectedRowStyle event.
| Property name | Brief description | |
| The Focused property returns returns whether focus is in the current string cell. | ||
| The Row property returns string index to be drawn. | ||
| The Selected property returns whether string is selected. | ||
| 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: