Click or drag to resize

ISelectableTSelectedItems Property

Gets the selected items.

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

Property Value

Type: IEnumerableT
The selected items.
See Also