customRowLabel property

LocalizedString? customRowLabel
getter/setter pair

A custom label to use for the row value (eventTicketObject.seatInfo.row) on the card detail view.

This should only be used if the default "Row" label or one of the rowLabel options is not sufficient. Both rowLabel and customRowLabel may not be set. If neither is set, the label will default to "Row", localized. If the row field is unset, this label will not be used.

Implementation

LocalizedString? customRowLabel;