<!--
{
  "availability" : [
    "macOS: 10.11.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ContactsUI",
  "identifier" : "/documentation/ContactsUI/CNContactPicker/displayedKeys",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Contacts UI"
    ],
    "preciseIdentifier" : "c:objc(cs)CNContactPicker(py)displayedKeys"
  },
  "title" : "displayedKeys"
}
-->

# displayedKeys

The keys to be displayed when a contact is expanded.

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

## Discussion

If no keys are provided, the picker selects contacts instead of values. For a list
of possible keys, see <doc://com.apple.documentation/documentation/Contacts/contact-keys>.

## See Also

  <doc://com.apple.documentation/documentation/Contacts/CNContact>



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)