New to Kendo UI for AngularStart a free 30-day trial

DragHandleDirective

Represents the Kendo UI DragHandle directive for Angular. Use this directive to specify an element inside a drag target as a handle for dragging instead of the drag target itself.

html
<div kendoDragTarget>
 <button kendoDragHandle kendoButton>
  Drag me
 </button>
</div>

Selector

[kendoDragHandle]

Export Name

Accessible in templates as #kendoDragHandleInstance="kendoDragHandle"

Fields

NameTypeDefaultDescription

cursorStyle

string

'move'

Sets the cursor style of the drag handle. Accepts same values as the CSS cursor property.

In this article
SelectorExport NameFields
Not finding the help you need?
Contact Support