# `GSUnicodeInfoPopover.infoGrid`

*Instance Property*

## Declaration

```swift
@IBOutlet weak var infoGrid: NSGridView? { get set }
```

```objc
@property (weak) NSGridView * infoGrid;
```

```python
infoGrid() -> NSGridView
setInfoGrid_(infoGrid: NSGridView)
```

