\Kendo\UI\DropDownButtonPopup
A PHP class representing the popup setting of DropDownButton.
Methods
appendTo
Defines a jQuery selector that will be used to find a container element, where the popup will be appended to.
Returns
\Kendo\UI\DropDownButtonPopup
Parameters
$value string
Example
<?php
$popup = new \Kendo\UI\DropDownButtonPopup();
$popup->appendTo('value');
?>