---
title: shouldShowLinkedContacts
framework: contactsui
role: symbol
role_heading: Instance Property
path: contactsui/cncontactviewcontroller/shouldshowlinkedcontacts
---

# shouldShowLinkedContacts

Determines whether to display data from contacts that are linked to the contact being displayed.

## Declaration

```swift
var shouldShowLinkedContacts: Bool { get set }
```

## Discussion

Discussion By default, the value of this property is false.

## See Also

### Customizing Contact Card

- [allowsEditing](contactsui/cncontactviewcontroller/allowsediting.md)
- [allowsActions](contactsui/cncontactviewcontroller/allowsactions.md)
