API Reference / Kendo.mvc.taghelpers
<draggable/>
Attribute |
Type |
Description |
axis |
String |
Constrains the dragging to horizontal (x) or vertical (y) axis. Accepts two possible values: "x", "y". |
containment |
String |
Defines the selector of an element in which the window will be able to move. The element must have sufficient dimensions to contain the window. Accepts either selector or an element. |
drag-handle |
String |
Restricts dragging of the window from the specified element. It should be part of the window element. This configuration setting accepts either selector or element. |
enabled |
Boolean |
|