New to Kendo UI for Angular? Start a free 30-day trial
DragTargetDragEvent
Arguments for the drag event of the DragTarget and DragTargetContainer.
Name | Type | Default | Description |
---|---|---|---|
dragEvent |
|
The normalized drag event. | |
dragTarget |
|
The DOM element that is being dragged. | |
dragTargetId? |
|
The identifier passed to the | |
dragTargetIndex? |
|
The index of the current drag target in the collection of drag targets (applicable for the | |
hintElement? |
|
The hint of the DragTarget. |
Methods
isDefaultPrevented | ||||
---|---|---|---|---|
Returns | ||||
|
preventDefault |
---|
Prevents the default action for a specified event. In this way, the source component suppresses the built-in behavior that follows the event. |