New to Kendo UI for Angular? Start a free 30-day trial
TreeItemAddRemoveArgs
Describes the information emitted on addItem
and removeItem
events during drag-and-drop.
Name | Type | Default | Description |
---|---|---|---|
destinationItem |
|
The look-up info for the item onto which the dragged item is dropped. | |
destinationTree |
|
A reference of the TreeView onto which the dragged item is dropped. | |
dropPosition |
|
Describes where the dragged item is dropped relative to the drop target item. | |
sourceItem |
|
The look-up info for the dragged item. | |
sourceTree |
|
A reference of the TreeView from which the dragged item originates. |