# DragAndDropPosition

> Position where the drop operation occurs.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEngine.UIElements](/engine/6000.0/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
public enum DragAndDropPosition
```

## Fields

| Value                                                                                                      | Description                                  |
| ---------------------------------------------------------------------------------------------------------- | -------------------------------------------- |
| [BetweenItems](/engine/6000.0/script-reference/unityengine/uielements/draganddropposition/betweenitems.md) | Dragging between items, to add as a sibling. |
| [OutsideItems](/engine/6000.0/script-reference/unityengine/uielements/draganddropposition/outsideitems.md) | Dragging in front or after visible items.    |
| [OverItem](/engine/6000.0/script-reference/unityengine/uielements/draganddropposition/overitem.md)         | Dragging over an item, to add as a child.    |
