<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSRuleEditor/displayValuesKeyPath",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSRuleEditor(py)displayValuesKeyPath"
  },
  "title" : "displayValuesKeyPath"
}
-->

# displayValuesKeyPath

The display values key path.

```
var displayValuesKeyPath: String { get set }
```

## Discussion

The key path is used to get the display values for a row in the “rows” binding. The display values are the objects returned by calling the delegate’s [`ruleEditor(_:displayValueForCriterion:inRow:)`](/documentation/AppKit/NSRuleEditorDelegate/ruleEditor(_:displayValueForCriterion:inRow:)) method for the specified row. The corresponding property is an ordered to-many relationship.

The default is `@"displayValues"`.

---

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)