Click or drag to resize

SelectableFilterCollectionTSelectedItems Property

Gets the selected items.

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

Property Value

Type: IEnumerableT
The selected items.

Implements

ISelectableTSelectedItems
See Also