DockManager
Example
Razor
<kendo-dockmanager>
<root-pane></root-pane>
</kendo-dockmanager>
ChildTags
Tag Name | Details |
---|---|
root-pane | DockManagerRootPaneSettingsTagHelper |
Attributes
Attribute | Type | Description |
---|---|---|
name | String | Sets the name of the component. |
on-close | String | Triggered when the pane is closed. |
on-dock | String | Triggered when a pane is docked. |
on-drag | String | Triggered when a pane is dragged. |
on-drag-end | String | |
on-drag-start | String | Triggered when item drag starts. |
on-inner-dock | String | Triggered when a pane is docked in the current pane. |
on-pin | String | Triggered when a pane is pinned. |
on-resize | String | Triggered when a pane is resized. |
on-unpin | String | Triggered when a pane is unpinned. |
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 |