---
title: textField
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstablecellview/textfield
---

# textField

Text displayed by the cell.

## Declaration

```swift
@IBOutlet unowned(unsafe) var textField: NSTextField? { get set }
```

## Discussion

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

## See Also

### Displayed Items

- [imageView](appkit/nstablecellview/imageview.md)
