---
title: objectValues
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nscomboboxcell/objectvalues
---

# objectValues

The combo box’s internal item list in an array.

## Declaration

```swift
var objectValues: [Any] { get }
```

## Discussion

Discussion Accessing this property logs a warning if usesDataSource is true.

## See Also

### Working with an Internal List

- [addItems(withObjectValues:)](appkit/nscomboboxcell/additems(withobjectvalues:).md)
- [addItem(withObjectValue:)](appkit/nscomboboxcell/additem(withobjectvalue:).md)
- [insertItem(withObjectValue:at:)](appkit/nscomboboxcell/insertitem(withobjectvalue:at:).md)
- [removeAllItems()](appkit/nscomboboxcell/removeallitems().md)
- [removeItem(at:)](appkit/nscomboboxcell/removeitem(at:).md)
- [removeItem(withObjectValue:)](appkit/nscomboboxcell/removeitem(withobjectvalue:).md)
- [numberOfItems](appkit/nscomboboxcell/numberofitems.md)
