---
title: isAccessoryViewDisclosed
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsopenpanel/isaccessoryviewdisclosed
---

# isAccessoryViewDisclosed

A Boolean value that indicates whether the panel’s accessory view is visible.

## Declaration

```swift
var isAccessoryViewDisclosed: Bool { get set }
```

## Discussion

Discussion The value of this property is true when the accessory view is visible, and false when it isn’t. Setting the value of this property programmatically changes the visibility of the accessory panel. If no accessory panel is present, setting this property does nothing.

## See Also

### Configuring the Open Panel

- [canChooseFiles](appkit/nsopenpanel/canchoosefiles.md)
- [canChooseDirectories](appkit/nsopenpanel/canchoosedirectories.md)
- [resolvesAliases](appkit/nsopenpanel/resolvesaliases.md)
- [allowsMultipleSelection](appkit/nsopenpanel/allowsmultipleselection.md)
