---
title: includedKeys
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsdictionarycontroller/includedkeys
---

# includedKeys

The key names that are represented by a key-value pair, even if they are not present in the receiver’s content dictionary.

## Declaration

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

## See Also

### Keys to Display

- [excludedKeys](appkit/nsdictionarycontroller/excludedkeys.md)
