---
title: "drawDraggingDestinationFeedback(in:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nstablerowview/drawdraggingdestinationfeedback(in:)"
---

# drawDraggingDestinationFeedback(in:)

Draws the row’s dragging destination feedback when the entire row is a drop target.

## Declaration

```swift
func drawDraggingDestinationFeedback(in dirtyRect: NSRect)
```

## Parameters

- `dirtyRect`: The rectangle that requires drawing.

## Discussion

Discussion Overriding this method allows an application to draw custom dragging destination feedback when the entire row is a drop target. This method only is called if isTargetForDropOperation is true, and is only drawn based on the properties set, such as the group row style.

## See Also

### Overriding Row View Display Characteristics

- [backgroundColor](appkit/nstablerowview/backgroundcolor.md)
- [drawBackground(in:)](appkit/nstablerowview/drawbackground(in:).md)
- [drawSelection(in:)](appkit/nstablerowview/drawselection(in:).md)
- [drawSeparator(in:)](appkit/nstablerowview/drawseparator(in:).md)
