textField
Text displayed by the cell.
Declaration
@IBOutlet unowned(unsafe) var textField: NSTextField? { get set }Discussion
This property is typically configured when the row is created in the NSTableViewDelegate protocol method tableView(_:viewFor:row:).