---
title: excludedKeys
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsdictionarycontroller/excludedkeys
---

# excludedKeys

The key names that are never displayed in the user interface items bound to the receiver.

## Declaration

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

## See Also

### Keys to Display

- [includedKeys](appkit/nsdictionarycontroller/includedkeys.md)
