DragHandleDirective
Directive
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
cursorStyle
string
Sets the cursor style of the drag handle. Accepts same values as the CSS cursor property.
Default:
'move'