| Property |
Description |
| ChildIndex |
Gets the child index in the HierarchyView.
|
| DropPosition |
Gets the UIElements.DragAndDropPosition of the drop relative to the HierarchyViewDragAndDropHandlingData.Target.
|
| EntityIds |
Gets the EntityId values involved in the drag and drop operation.
|
| InsertAtIndex |
Gets the insertion index in the HierarchyView.
|
| Parent |
Gets the parent Hierarchy.HierarchyNode that accepts the new nodes from the drag and drop operation. This is either the parent of the HierarchyViewDragAndDropHandlingData.Target, or the HierarchyViewDragAndDropHandlingData.Target itself if HierarchyViewDragAndDropHandlingData.DropPosition is DragAndDropPosition.OverItem.
|
| Paths |
Gets the paths to the assets involved in the drag and drop operation.
|
| Source |
Gets the object that started the drag and drop operation.
|
| Target |
Gets the target Hierarchy.HierarchyNode under the cursor.
|
| View |
Gets the HierarchyView where the drag and drop operation occurs.
|