New to Kendo UI for Angular? Start a free 30-day trial
TreeItemAddRemoveArgs
Provides information for TreeView drag-and-drop addItem
and removeItem
events.
Name | Type | Default | Description |
---|---|---|---|
destinationItem |
|
Lookup information for the item onto which the dragged item is dropped. | |
destinationTree |
|
Reference to the TreeView onto which the dragged item is dropped. | |
dropPosition |
|
Represents the drop position relative to the target item. | |
sourceItem |
|
Lookup information for the dragged item. | |
sourceTree |
|
Reference to the TreeView from which the dragged item originates. |