Click or drag to resize

CellEventArgsRow Property

Gets or sets the row for the cell.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public int Row { get; protected set; }

Property Value

Type: Int32
The cell's row.
See Also