• 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

DropTargetEvent

Arguments for the drag events of the DropTarget and DropTargetContainer directives.

NameTypeDefaultDescription

dragData

any

The data passed to the dragData input property of the DragTarget or DragTargetContainer directive.

dragEvent

NormalizedDragEvent

The information related to the current drag event.

dragTarget

HTMLElement

The current drag target element.

dropTarget

HTMLElement

The current drop target element.

dropTargetIndex?

number

The index of the current drop target in the collection of drop targets (applicable for the DropTargetContainer directive).

hintElement?

HTMLElement

The hint of the DragTarget.