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

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>

Definition

Package:@progress/kendo-angular-utils

Selector:[kendoDragHandle]

Export Name:Accessible in templates as #kendoDragHandleInstance="kendoDragHandle"

Inputs

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

Default:

'move'

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