---
title: isTargetForDropOperation
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstablerowview/istargetfordropoperation
---

# isTargetForDropOperation

Specifies whether this row will draw a drop indicator based on the current dragging feedback style.

## Declaration

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

## Discussion

Discussion When true, the row view will draw a drop on indicator based on the current draggingDestinationFeedbackStyle.

## See Also

### Drag and Drop

- [draggingDestinationFeedbackStyle](appkit/nstablerowview/draggingdestinationfeedbackstyle.md)
- [indentationForDropOperation](appkit/nstablerowview/indentationfordropoperation.md)
