---
title: draggingDestinationFeedbackStyle
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstableview/draggingdestinationfeedbackstyle-swift.property
---

# draggingDestinationFeedbackStyle

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

## Declaration

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

## Discussion

Discussion The default value of this property is NSTableView.DraggingDestinationFeedbackStyle.regular. However, changing the selection highlight style to NSTableView.SelectionHighlightStyle.sourceList automatically changes the value of this property to NSTableView.DraggingDestinationFeedbackStyle.sourceList.

## See Also

### Dragging

- [dragImageForRows(with:tableColumns:event:offset:)](appkit/nstableview/dragimageforrows(with:tablecolumns:event:offset:).md)
- [canDragRows(with:at:)](appkit/nstableview/candragrows(with:at:).md)
- [setDraggingSourceOperationMask(_:forLocal:)](appkit/nstableview/setdraggingsourceoperationmask(_:forlocal:).md)
- [verticalMotionCanBeginDrag](appkit/nstableview/verticalmotioncanbegindrag.md)
- [setDropRow(_:dropOperation:)](appkit/nstableview/setdroprow(_:dropoperation:).md)
