ListBoxDraggableSettingsTagHelper

Example

Razor
<draggable/>

Attributes

AttributeTypeDescription
enabledBooleanIndicates whether dragging is enabled.
hintStringProvides 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.
placeholderStringProvides 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
ExampleAttributes
Not finding the help you need?
Contact Support