---
title: attachedSheet
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nswindow/attachedsheet
---

# attachedSheet

The sheet attached to the window.

## Declaration

```swift
var attachedSheet: NSWindow? { get }
```

## Discussion

Discussion The value of this property is nil when the window doesn’t have a sheet attached.

## See Also

### Managing Sheets

- [isSheet](appkit/nswindow/issheet.md)
- [beginSheet(_:completionHandler:)](appkit/nswindow/beginsheet(_:completionhandler:).md)
- [beginCriticalSheet(_:completionHandler:)](appkit/nswindow/begincriticalsheet(_:completionhandler:).md)
- [endSheet(_:)](appkit/nswindow/endsheet(_:)-4dmmq.md)
- [endSheet(_:returnCode:)](appkit/nswindow/endsheet(_:returncode:).md)
- [sheetParent](appkit/nswindow/sheetparent.md)
- [sheets](appkit/nswindow/sheets.md)
