Click or drag to resize

GridSelectedItems Property

Gets an enumeration of the currently selected items

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

Property Value

Type: IEnumerableObject
The selected items.

Implements

ISelectableTSelectedItems
See Also