Click or drag to resize

SelectableFilterCollectionTSelectedRows Property

Gets or sets the selected rows in the underlying list.

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

Property Value

Type: IEnumerableInt32
The selected rows in the underlying list.

Implements

ISelectableTSelectedRows
See Also