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