<!--
{
  "availability" : [
    "macOS: 10.7.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSTableRowView/isTargetForDropOperation",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSTableRowView(py)targetForDropOperation"
  },
  "title" : "isTargetForDropOperation"
}
-->

# isTargetForDropOperation

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

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

## Discussion

When <doc://com.apple.documentation/documentation/Swift/true>, the row view will draw a drop on indicator based on the current [`draggingDestinationFeedbackStyle`](/documentation/AppKit/NSTableView/draggingDestinationFeedbackStyle-swift.property).

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)