---
title: displayValuesKeyPath
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsruleeditor/displayvalueskeypath
---

# displayValuesKeyPath

The display values key path.

## Declaration

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

## Discussion

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:) method for the specified row. The corresponding property is an ordered to-many relationship. The default is @"displayValues".

## See Also

### Supporting Bindings

- [rowClass](appkit/nsruleeditor/rowclass.md)
- [rowTypeKeyPath](appkit/nsruleeditor/rowtypekeypath.md)
- [subrowsKeyPath](appkit/nsruleeditor/subrowskeypath.md)
- [criteriaKeyPath](appkit/nsruleeditor/criteriakeypath.md)
