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