---
title: isRestrictedToDraggingApplication
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uidragdropsession/isrestrictedtodraggingapplication
---

# isRestrictedToDraggingApplication

A Boolean value that indicates whether the drag session is confined to the app that started the drag activity.

## Declaration

```swift
var isRestrictedToDraggingApplication: Bool { get }
```

## Discussion

Discussion The value for this property is set by the source app’s drag interaction delegate method dragInteraction(_:sessionIsRestrictedToDraggingApplication:).  If the value is true, the drag session is restricted to the app that started the drag operation.

## See Also

### Checking for drag and drop session restrictions

- [allowsMoveOperation](uikit/uidragdropsession/allowsmoveoperation.md)
