---
title: subitems
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nscollectionlayoutgroup/subitems
---

# subitems

An array of the items contained in the group.

## Declaration

```swift
var subitems: [NSCollectionLayoutItem] { get }
```

## See Also

### Getting the group’s items

- [supplementaryItems](appkit/nscollectionlayoutgroup/supplementaryitems.md)
