GridCellMouseEventArgsRow Property |
Gets the row that triggered the event, or -1 if no row.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax Public ReadOnly Property Row As Integer
Get
member Row : int with get
Property Value
Type:
Int32The grid row.
See Also