---
title: accessoryView
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsfontpanel/accessoryview
---

# accessoryView

The specified view as the receiver’s accessory view, allowing you to add custom controls to your application’s Font panel without having to create a subclass.

## Declaration

```swift
var accessoryView: NSView? { get set }
```
