\Kendo\UI\TileLayoutReorderable
A PHP class representing the reorderable setting of TileLayout.
Methods
clickMoveClick
Determines whether the click move click interaction would be enabled as an alternative of the drag and drop reorder. By default the alternative is enabled.
Returns
\Kendo\UI\TileLayoutReorderable
Parameters
$value boolean
Example
<?php
$reorderable = new \Kendo\UI\TileLayoutReorderable();
$reorderable->clickMoveClick(true);
?>