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

Arguments for the dragStart event of the DragTarget and DragTargetContainer.

Definition

Package:@progress/kendo-angular-utils

Methods

Returns true if you or any subscriber prevented the default action.

Returns:

boolean

true if the default action was prevented, otherwise, false.

Prevents the default action for the event. The source component suppresses the built-in behavior that follows the event.

Properties

The information related to the current drag event. This is the normalized drag event that contains details about the drag operation.

dragTarget

HTMLElement

The DOM element being dragged.

The identifier passed to the dragTargetId input property of the DragTarget or DragTargetContainer directive.

The index of the current drag target in the collection of drag targets. Applies to DragTargetContainer directive.