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

# isEditable

A Boolean that indicates whether the receiver allows adding and removing objects.

## Declaration

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

## Discussion

Discussion The default is true.
