Returns the feedback style displayed when the user drags over the table view.
Original signature is '- (NSTableViewDraggingDestinationFeedbackStyle)draggingDestinationFeedbackStyle'
Available in Mac OS X v10.6 and later.

C# | Visual Basic | Visual C++ |
public virtual NSTableViewDraggingDestinationFeedbackStyle DraggingDestinationFeedbackStyle { get; set; }
Public Overridable Property DraggingDestinationFeedbackStyle As NSTableViewDraggingDestinationFeedbackStyle Get Set
public: virtual property NSTableViewDraggingDestinationFeedbackStyle DraggingDestinationFeedbackStyle { NSTableViewDraggingDestinationFeedbackStyle get (); void set (NSTableViewDraggingDestinationFeedbackStyle value); }

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)