Click or drag to resize

GridViewSelectedItems Property

Gets an enumeration of the currently selected items

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

Property Value

Type: IEnumerableObject
The selected items.

Implements

ISelectableTSelectedItems
ISelectableTSelectedItems
See Also