Click or drag to resize

GridSelectedRow Property

Gets or sets the selected row, or -1 for none.

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

Property Value

Type: Int32
The selected row.
Remarks
When AllowMultipleSelection is true and you want all selected rows, use SelectedRow.
See Also