ExtCtrls > ExtCtrls Assembly Interfaces > IDataGridSelRowStyleEventArgs
Assembly: ExtCtrl;
Namespace: Prognoz.Platform.Interop.ExtCtrls;.
The IDataGridSelRowStyleEventArgs interface contains argument properties of the event after drawing the selected table row.
IEventArgs
IDataGridSelRowStyleEventArgs
This argument is used when handling the OnGetSelectedRowStyle event.
Property name | Brief description | |
![]() |
The Focused property 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: