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

# textField

The text field that the scrubber item uses to display its text.

## Declaration

```swift
var textField: NSTextField { get }
```

## Discussion

Discussion Access and configure the underlying text field used to display the text in the title property.

## See Also

### Providing text content

- [title](appkit/nsscrubbertextitemview/title.md)
