# `GlyphsPalette.theView`

*Instance Property*

the view to display in the palette.

## Declaration

```swift
var theView: NSView! { get }
```

```objc
@property (nonatomic, strong, readonly) NSView * theView;
```

```python
theView() -> NSView
```

