---
title: subrowsKeyPath
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsruleeditor/subrowskeypath
---

# subrowsKeyPath

The key path for the subrows.

## Declaration

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

## Discussion

Discussion The key path is used to get the nested rows in the “rows” binding. The corresponding property should be an ordered to-many relationship containing additional bound row objects. The default value is @"subrows".

## See Also

### Supporting Bindings

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