• Getting Started
  • Components
    • Barcodes
    • Buttons
    • Chartsupdated
    • Conversational UIupdated
    • Data Query
    • Date Inputsupdated
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Filter
    • Gantt
    • Gauges
    • Gridupdated
    • Icons
    • Indicators
    • Inputsupdated
    • Labels
    • Layout
    • ListBox
    • ListView
    • Map
    • Menus
    • Navigation
    • Notification
    • Pager
    • PDF Export
    • PDFViewer
    • PivotGridupdated
    • Popup
    • ProgressBars
    • Ripple
    • Schedulerupdated
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • ToolBar
    • Tooltips
    • TreeList
    • TreeView
    • Typography
    • Uploads
    • Utilities
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Sample Applications
  • FAQ
  • Troubleshooting
  • Updates
  • Changelogs
New to Kendo UI for Angular? Start a free 30-day trial

DropTargetDirective

Represents the Kendo UI DropTarget directive for Angular.

Selector

[kendoDropTarget]

Export Name

Accessible in templates as #kendoDropTargetInstance="kendoDropTarget"

Events

NameTypeDescription

onDragEnter

EventEmitter<DropTargetEvent>

Fires when a DragTarget element enters the DropTarget.

onDragLeave

EventEmitter<DropTargetEvent>

Fires when a DragTarget element leaves the DropTarget.

onDragOver

EventEmitter<DropTargetEvent>

Fires when a DragTarget element is being dragged over the DropTarget.

onDrop

EventEmitter<DropTargetEvent>

Fires when a DragTarget element is dropped over the DropTarget.

In this article

Not finding the help you need?