Click or drag to resize

ISelectionPreserverSelectedItems Property

Gets or sets the selected items in the control.

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

Property Value

Type: IEnumerableObject
The selected items.
See Also