---
title: isClosable
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiscenewindowingbehaviors/isclosable
---

# isClosable

A Boolean value that determines whether the window displays a close button.

## Declaration

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

## See Also

### Specifying window behaviors

- [isMiniaturizable](uikit/uiscenewindowingbehaviors/isminiaturizable.md)
