New to KendoReactStart a free 30-day trial

DroppableProps

Represents the props of the KendoReact Droppable component.

NameTypeDefaultDescription

childRef?

React.Ref<undefined>

Callback to get the child element ref. Useful as the Droppable overrides ref of the child element.

onDragEnter?

(event: DroppableDragEnterEvent) => void

Fires when the user enters the element during drag.

onDragLeave?

(event: DroppableDragLeaveEvent) => void

Fires when the user leaves the element during drag.

onDragOver?

(event: DroppableDragOverEvent) => void

Fires when the user is dragging an element over the Droppable component.

onDrop?

(event: DroppableDropEvent) => void

Fires when the user drops a draggable element inside the Droppable component.

Not finding the help you need?
Contact Support