# Drag Source Wrapper

## Description:

Drag Source Wrapper

Drag Source Wrapper component used to bind it in a drag wrapper. This will allow it's content to be dragged across the browser.

### Allowed Parent Components:

1. Col
2. Horizontal Section
3. Vertical Section

### Allowed Child Components:

1. Aggregate Card
2. Card Wrapper
3. DataList
4. Popover
5. Pulse
6. Trigger Before Render
7. Trigger On Drag

### 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 Drag

Allowed Values: Controller Function

### ➤ Begin Drag

Allowed Values: Controller Function


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudio.io/ui-components/widgets/dragsourcewrapper.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
