DockManagerRootPaneSettingsPaneTagHelper
Example
Razor
<pane>
<dockable />
<header-template></header-template>
<pane-template></pane-template>
<panes></panes>
<tab-header-template></tab-header-template>
<unpinnable />
</pane>
ChildTags
Tag Name | Details |
---|---|
dockable | DockManagerRootPanePaneDockableSettingsTagHelper |
header-template | TemplateTagHelper |
pane-template | TemplateTagHelper |
panes | DockManagerNestedPanesTagHelper |
tab-header-template | TemplateTagHelper |
unpinnable | DockManagerRootPanePaneUnpinnableSettingsTagHelper |
Attributes
Attribute | Type | Description |
---|---|---|
closeable | Boolean | Specifies if the pane can be closed. Available only for panes of type content. |
content | String | Specifies the content of the pane. Available only for panes of type "content". |
content-handler | String | The content of the pane. Available only for panes of type content. |
content-view | IHtmlContent | Specifies the content of the pane. Available only for panes of type "content". |
dock-manager | DockManagerTagHelper | |
header | String | Sets 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-handler | String | Sets 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-view | IHtmlContent | Sets 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". |
id | String | Defines the id of the pane |
orientation | DockSplitterOrientation | Sets the orientation of the pane splitter. |
selected | Double | Specifies the index of the initially selected tab. Available only for panes of type tab. |
size | String | Specifies the size of a pane defined as pixels (i.e. "200px") or as a percentage (i.e. "50%"). |
tab-header | String | Sets 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-handler | String | Sets 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-view | IHtmlContent | Sets 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". |
title | String | Sets the title of the pane. Available only for panes of type content. |
type | PaneType | Sets the type of the pane. |
visible | Boolean | Specifies if the pane is initially visible. |