---
title: accessoryControllers
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nspagelayout/accessorycontrollers
---

# accessoryControllers

An array of accessory view controllers belonging to the page layout panel.

## Declaration

```swift
var accessoryControllers: [NSViewController] { get }
```

## Discussion

Discussion The NSViewController instances representing the accessory view controllers belonging to the receiver.

## See Also

### Customizing the page setup dialog

- [addAccessoryController(_:)](appkit/nspagelayout/addaccessorycontroller(_:).md)
- [removeAccessoryController(_:)](appkit/nspagelayout/removeaccessorycontroller(_:).md)
