---
title: isRemovable
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsrulermarker/isremovable
---

# isRemovable

A Boolean that indicates whether the user can remove the receiver from its ruler view.

## Declaration

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

## Discussion

Discussion true to allow the user to drag the marker image off of the ruler and remove the marker, false to prevent the user from removing the marker. By default ruler markers are not removable.

## See Also

### Setting movability

- [isMovable](appkit/nsrulermarker/ismovable.md)
