IDataGridSelRowStyleEventArgs

Assembly: ExtCtrls;

Description

The IDataGridSelRowStyleEventArgs interface contains argument properties of the event after drawing the selected table row.

Inheritance Hierarchy

          IEventArgs

          IDataGridEventArgs

          IDataGridSelRowStyleEventArgs

Comments

This argument is used when handling the OnGetSelectedRowStyle event.

Properties

  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.

Properties inherited from IDataGridEventArgs

   Property name Brief description
Grid The Grid property returns the table, for which any event is generated.

See also:

ExtCtrls Assembly Interfaces