---
title: imageView
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstablecellview/imageview
---

# imageView

Image displayed by the cell.

## Declaration

```swift
@IBOutlet unowned(unsafe) var imageView: NSImageView? { get set }
```

## Discussion

Discussion This property is typically configured when the row is created in the NSTableViewDataSource protocol method tableView(_:viewFor:row:).

## See Also

### Displayed Items

- [textField](appkit/nstablecellview/textfield.md)
