# `GlyphsPalette.accessoryView`

*Instance Property*

a view that is placed into the header of the pallet (between label and setting menu button)

## Declaration

```swift
optional var accessoryView: NSView! { get }
```

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

```python
accessoryView() -> NSView
```

