---
title: displayedKeys
framework: contactsui
role: symbol
role_heading: Instance Property
path: contactsui/cncontactpicker/displayedkeys
---

# displayedKeys

The keys to be displayed when a contact is expanded.

## Declaration

```swift
var displayedKeys: [String] { get set }
```

## Discussion

Discussion If no keys are provided, the picker selects contacts instead of values. For a list of possible keys, see Contact Keys.

## See Also

### Related Documentation

- [CNContact](contacts/cncontact.md)
