<kendo:dockManager-rootPane-pane-dockable>

Specifies if the pane can be docked and allow inner docking of other panes. Accepts boolean or object. Available only for panes of type content.

Example

<kendo:dockManager-rootPane-pane>
    <kendo:dockManager-rootPane-pane-dockable></kendo:dockManager-rootPane-pane-dockable>
</kendo:dockManager-rootPane-pane>

Configuration Attributes

dock boolean

Specifies if the pane is docked. Available only for panes of type content.

Example

<kendo:dockManager-rootPane-pane-dockable dock="dock">
</kendo:dockManager-rootPane-pane-dockable>

innerDock boolean

Specifies if the pane allows inner docks. Available only for panes of type content.

Example

<kendo:dockManager-rootPane-pane-dockable innerDock="innerDock">
</kendo:dockManager-rootPane-pane-dockable>
In this article
Not finding the help you need?