Click or drag to resize

ISelectableTSelectedRows Property

Gets or sets the selected rows.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
IEnumerable<int> SelectedRows { get; set; }

Property Value

Type: IEnumerableInt32
The selected rows.
See Also