| Interface | Description |
|---|---|
| IDraggableListener |
Event listener shared by the
Draggable widget and the DraggableBehavior |
| Class | Description |
|---|---|
| Draggable<T> |
Provides a Kendo UI draggable element based on a
JQueryGenericContainer |
| DraggableAdapter |
Adapter class for
IDraggableListener |
| DraggableBehavior |
Provides a "kendoDraggable" behavior
Note: This behavior should be attached directly to the component to be dragged. |
| DraggableBehavior.DragCancelEvent |
Provides an event object that will be broadcasted by the
DraggableBehavior.OnDragCancelAjaxBehavior callback |
| DraggableBehavior.DraggableEvent |
Provides a base class for
DraggableBehavior event objects |
| DraggableBehavior.DragStartEvent |
Provides an event object that will be broadcasted by the
DraggableBehavior.OnDragStartAjaxBehavior callback |
| DraggableBehavior.DragStopEvent |
Provides an event object that will be broadcasted by the
DraggableBehavior.OnDragStopAjaxBehavior callback |
| DraggableBehavior.OnDragCancelAjaxBehavior |
Provides a
JQueryAjaxBehavior that aims to be wired to the 'dragcancel' event |
| DraggableBehavior.OnDragStartAjaxBehavior |
Provides a
JQueryAjaxBehavior that aims to be wired to the 'dragstart' event |
| DraggableBehavior.OnDragStopAjaxBehavior |
Provides a
JQueryAjaxBehavior that aims to be wired to the 'dragend' event |
| Enum | Description |
|---|---|
| Draggable.Axis |
Copyright © 2021 7thWeb. All rights reserved.