secondRowOption property

FieldSelector? secondRowOption
getter/setter pair

A reference to the field to be displayed in the second row.

This option is only displayed if there are not multiple user objects in a group. If there is a group, the second row will always display a field shared by all objects. To set this override, please set secondRowOption to the FieldSelector of you choice.

Implementation

FieldSelector? secondRowOption;