---
title: popupProps API
description: "API Index | popupProps"
api_reference: true
slug: api_dropdowntree_popupprops_wrapper
---

# PopupProps

### popup-append-to `String`

Defines a jQuery selector for locating a container element to which the popup will be appended.

### popup-origin `String`

Specifies the position of the popup element based on the anchor point. The value represents space-separated `y` and `x` position values.

The supported `y` positions are:

* `bottom`
* `center`
* `top`

The supported `x` positions are:

* `left`
* `center`
* `right`

### popup-position `String`

Specifies the point to which the popup element will attach to the origin point of the anchor. The value represents space-separated `y` and `x` position values.

The supported `y` positions are:

* `bottom`
* `center`
* `top`

The supported `x` positions are:

* `left`
* `center`
* `right`

## Suggested Links

* [`Popup` in Kendo UI DropDownTree for jQuery](https://docs.telerik.com/kendo-ui/api/javascript/ui/dropdowntree/configuration/popup)
