<!--
{
  "availability" : [
    "macOS: 10.6.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSTableView/draggingDestinationFeedbackStyle-swift.property",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSTableView(py)draggingDestinationFeedbackStyle"
  },
  "title" : "draggingDestinationFeedbackStyle"
}
-->

# draggingDestinationFeedbackStyle

The feedback style displayed when the user drags over the table view.

```
var draggingDestinationFeedbackStyle: NSTableView.DraggingDestinationFeedbackStyle { get set }
```

## Discussion

The default value of this property is [`NSTableView.DraggingDestinationFeedbackStyle.regular`](/documentation/AppKit/NSTableView/DraggingDestinationFeedbackStyle-swift.enum/regular). However, changing the selection highlight style to [`NSTableView.SelectionHighlightStyle.sourceList`](/documentation/AppKit/NSTableView/SelectionHighlightStyle-swift.enum/sourceList) automatically changes the value of this property to [`NSTableView.DraggingDestinationFeedbackStyle.sourceList`](/documentation/AppKit/NSTableView/DraggingDestinationFeedbackStyle-swift.enum/sourceList).

---

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)