<kendo:dockManager-rootPane-pane-unpinnable>
Specifies if the pane can be pinned/unpinnned. Available only for panes of type content.
Example
<kendo:dockManager-rootPane-pane>
<kendo:dockManager-rootPane-pane-unpinnable></kendo:dockManager-rootPane-pane-unpinnable>
</kendo:dockManager-rootPane-pane>
Configuration Attributes
unpinned boolean
Specifies if the pane is unpinned. Available only for panes of type content.
Example
<kendo:dockManager-rootPane-pane-unpinnable unpinned="unpinned">
</kendo:dockManager-rootPane-pane-unpinnable>
unpinnedSize java.lang.String
The size of the pane when unpinned. If not specified the pinned size is used. Available only for panes of type content.
Example
<kendo:dockManager-rootPane-pane-unpinnable unpinnedSize="unpinnedSize">
</kendo:dockManager-rootPane-pane-unpinnable>