---
title: isEnabled
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uidraginteraction/isenabled
---

# isEnabled

A Boolean value that specifies whether the drag interaction responds to touches and is allowed to participate in a drag activity.

## Declaration

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

## See Also

### Enabling the interactions

- [isEnabledByDefault](uikit/uidraginteraction/isenabledbydefault.md)
