# selectedItems

> Returns the selected items from the data source. Always returns an enumerable, even if no item is selected, or a single item is selected.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.UIElements](/engine/6000.6/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
public IEnumerable<object> selectedItems { get; }
```
