Contents

subrowsKeyPath

The key path for the subrows.

Declaration

var subrowsKeyPath: String { get set }

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