New to Telerik UI for ASP.NET Core? Download free 30-day trial

ListBoxDraggableSettingsTagHelper

Example

<draggable/>

Attributes

Attribute Type Description
enabled Boolean Indicates whether dragging is enabled.
hint String Provides an option to customize the draggable item hint. If a function is supplied, it receives a single argument - the jQuery object of the draggable element. If a hint is not provided, the ListBox clones the dragged item and uses it as a hint.
placeholder String Provides an option to customize the item placeholder of the ListBox. If a function is supplied, it receives a single argument - the jQuery object of the draggable element. If a placeholder is not provided, the ListBox clones the dragged item, removes its id attribute, sets its visibility to hidden, and uses it as a placeholder.
In this article
Not finding the help you need?