---
title: isEditable
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsimageview/iseditable
---

# isEditable

A Boolean value indicating whether the user can drag a new image into the image view.

## Declaration

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

## Discussion

Discussion When the value of this property is true, the user can set the displayed image by dragging an image onto the image view. The default value of this property is false, which causes the image view to display only the programmatically set image.

## See Also

### Responding to user events

- [allowsCutCopyPaste](appkit/nsimageview/allowscutcopypaste.md)
