> For the complete documentation index, see [llms.txt](https://docs.cloudio.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudio.io/ui-components/widgets/droptargetwrapper.md).

# Drop Target Wrapper

## Description:

Drop Target Wrapper

Drop Target Wrapper component used to bind it in a drop wrapper. This will allow drag source wrapper contents to be dropped inside it.

### Allowed Parent Components:

1. Col
2. Horizontal Section
3. Vertical Section

### Allowed Child Components:

1. Aggregate Card
2. Card Table
3. DataList
4. IOT Canvas
5. Popover
6. Pulse
7. Row
8. Trigger Before Render
9. Trigger On Drop

### Properties

### ➤ Min Height

Provide a numerical value to specify minimum height. In most cases, you can leave this blank.

Allowed Values: Any number value

### ➤ Can Drop Expression

Provide an expression which returns boolean value for dropping the component.

Allowed Values: An expression which should return boolean after evaluation

### ➤ Can Drag

Allowed Values: Controller Function

### ➤ Begin Drag

Allowed Values: Controller Function

### ➤ On Drop

Allowed Values: Controller Function
