DockManagerRootPaneSettingsPaneTagHelper

Example

Razor
<pane>
    <dockable />
    <header-template></header-template>
    <panes></panes>
    <pane-template></pane-template>
    <tab-header-template></tab-header-template>
    <unpinnable />
</pane>

ChildTags

Attributes

AttributeTypeDescription
closeableBooleanSpecifies if the pane can be closed. Available only for panes of type content.
contentStringSpecifies the content of the pane. Available only for panes of type "content".
content-handlerStringThe content of the pane. Available only for panes of type content.
content-viewIHtmlContentSpecifies the content of the pane. Available only for panes of type "content".
dock-managerDockManagerTagHelper
headerStringSets the content of the header. Accepts a string or a Kendo UI template syntax. By default, the same content is displayed in the tab when the pane is unpinned or within a pane of type tab. If not specified, the title is displayed. Available only for panes of type "content".
header-handlerStringSets the content of the header. Accepts a string or a kendo template. By default, the same content is displayed in the tab when the pane is unpinned or within a pane of type tab. If not specified the title is displayed. Available only for panes of type content.
header-viewIHtmlContentSets the content of the header. Accepts a string or a Kendo UI template syntax. By default, the same content is displayed in the tab when the pane is unpinned or within a pane of type tab. If not specified, the title is displayed. Available only for panes of type "content".
idStringDefines the id of the pane #### Example <div style="height:500px; width:1000px"> <div id="dockmanager"></div> </div> $("#dockmanager").kendoDockManager({ rootPane: { type: "split", panes: [{ type: "content", title: "Pane 1", content: "Pane 1", id: "myFirstPane" },{ type: "content", title: "Pane 2", content: "Pane 2", id: "mySecondPane" }] } });
orientationDockSplitterOrientationSets the orientation of the pane splitter.
selectedDoubleSpecifies the index of the initially selected tab. Available only for panes of type tab.
sizeStringSpecifies the size of a pane defined as pixels (i.e. "200px") or as a percentage (i.e. "50%").
tab-headerStringSets the content of the tab when the pane is unpinned or within a tab pane. If not specified, the header content is used. Available only for panes of type "content".
tab-header-handlerStringSets the content of the tab when the pane is unpinned or within a tab pane. If not specified, header content is used. Available only for panes of type content.
tab-header-viewIHtmlContentSets the content of the tab when the pane is unpinned or within a tab pane. If not specified, the header content is used. Available only for panes of type "content".
titleStringSets the title of the pane. Available only for panes of type content.
typePaneTypeSets the type of the pane.
visibleBooleanSpecifies if the pane is initially visible.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support