DropTargetAreaTagHelper
Example
Razor
<body>
</body>
Attributes
Attribute | Type | Description |
---|---|---|
name | String | Sets the name of the component. |
filter | String | Selector to filter the drop targets in the area. Every matched element acts as a drop target and fires events on the DropTargetArea. Specifying the filter is mandatory. |
group | String | Used to group sets of draggable and drop targets. A draggable with the same group value as a drop target will be accepted by the drop target. |
is-enabled | Boolean | Attribute initializator for the Kendo Drop Target. |
on-dragenter | String | Fired when draggable moves over the drop target. The dragenter event represents a jQuery mousemove event and contains all the event data of the jQuery Event Object. |
on-dragleave | String | Fired when draggable moves out of the drop target. The dragleave event represents a jQuery mousemove event and contains all the event data of the jQuery Event Object. |
on-drop | String | Fired when draggable is dropped over the drop target. The drop event represents a jQuery mouseup event and contains all the event data of the jQuery Event Object. |
script-attributes | IDictionary<String,Object> | |
is-in-client-template | Boolean | When placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute. |
deferred | Boolean | Suppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method. |
as-module | Boolean | |
has-client-component | Boolean | |
sanitize-id | Boolean |