# `GSCollectionViewGroupController.nameTextField`

*Instance Property*

## Declaration

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

```objc
@property (unsafe_unretained) NSTextField * nameTextField;
```

```python
nameTextField() -> NSTextField
setNameTextField_(nameTextField: NSTextField)
```

