\Kendo\UI\TreeViewDragAndDrop

A PHP class representing the dragAndDrop setting of TreeView.

Methods

clickMoveClick

Disables (false) or enables (true) the click move click interaction as an alternative of dragging. The alternative is disabled by default.

Returns

\Kendo\UI\TreeViewDragAndDrop

Parameters

$value boolean

Example

<?php
$dragAndDrop = new \Kendo\UI\TreeViewDragAndDrop();
$dragAndDrop->clickMoveClick(true);
?>
In this article
Not finding the help you need?