New to Kendo UI for Angular? Start a free 30-day trial
DropAction
Represents the attempted drop action during dragging.
Passed as action
value to the kendoTreeViewDragClueTemplate
directive.
By default, this value defines the rendered icon in the drag clue.
Values
Add
The dragged item is added as a child to the target node.
InsertTop
The dragged item is inserted above the target node at the same level.
InsertBottom
The dragged item is inserted below the target node at the same level.
InsertMiddle
The dragged item is inserted in the middle position relative to the target node.
Invalid
The drop action is not valid for the current target location.