---
title: items
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uifieldbehavior/items
---

# items

The dynamic items associated with the current field behavior.

## Declaration

```swift
var items: [any UIDynamicItem] { get }
```

## Discussion

Discussion When it is enabled, the current field applies its behavior to all of the items in the array.

## See Also

### Managing the associated dynamic items

- [addItem(_:)](uikit/uifieldbehavior/additem(_:).md)
- [removeItem(_:)](uikit/uifieldbehavior/removeitem(_:).md)
