Click or drag to resize

GridViewCellEventArgsRow 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 int Row { get; }

Property Value

Type: Int32
The grid row.
See Also