DockManagerRootPaneSettingsPaneBuilder
Methods
Panes(System.Action)
An array of pane definitions.
Parameters
configurator - System.Action<DockManagerRootPaneSettingsPaneFactory>
The configurator for the panes setting.
ContentTemplate(Kendo.Mvc.UI.TemplateBuilder)
The content of the pane. Available only for panes of type content.
Parameters
template - TemplateBuilder<TModel>
Closeable(System.Boolean)
Specifies if the pane can be closed. Available only for panes of type content.
Parameters
value - System.Boolean
The value for Closeable
Content(System.String)
The content of the pane. Available only for panes of type content.
Parameters
value - System.String
The value for Content
ContentHandler(System.String)
The content of the pane. Available only for panes of type content.
Parameters
handler - System.String
The name of the JavaScript function that will be evaluated.
ContentHandler(System.Func)
The content of the pane. Available only for panes of type content.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
Dockable(System.Action)
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.
Parameters
configurator - System.Action<DockManagerRootPanePaneDockableSettingsBuilder>
The configurator for the dockable setting.
Dockable(System.Boolean)
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.
Parameters
enabled - System.Boolean
Enables or disables the dockable option.
Header(System.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.
Parameters
value - System.String
The value for Header
HeaderHandler(System.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.
Parameters
handler - System.String
The name of the JavaScript function that will be evaluated.
HeaderHandler(System.Func)
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.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
Id(System.String)
Defines the id of the pane
Parameters
value - System.String
The value for Id
Selected(System.Double)
Specifies the index of the initially selected tab. Available only for panes of type tab.
Parameters
value - System.Double
The value for Selected
Size(System.String)
Specifies the size of a pane defined as pixels (i.e. "200px") or as a percentage (i.e. "50%").
Parameters
value - System.String
The value for Size
TabHeader(System.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.
Parameters
value - System.String
The value for TabHeader
TabHeaderHandler(System.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.
Parameters
handler - System.String
The name of the JavaScript function that will be evaluated.
TabHeaderHandler(System.Func)
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.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
Title(System.String)
Sets the title of the pane. Available only for panes of type content.
Parameters
value - System.String
The value for Title
Unpinnable(System.Action)
Specifies if the pane can be pinned/unpinnned. Available only for panes of type content.
Parameters
configurator - System.Action<DockManagerRootPanePaneUnpinnableSettingsBuilder>
The configurator for the unpinnable setting.
Unpinnable(System.Boolean)
Specifies if the pane can be pinned/unpinnned. Available only for panes of type content.
Parameters
enabled - System.Boolean
Enables or disables the unpinnable option.
Visible(System.Boolean)
Specifies if the pane is initially visible.
Parameters
value - System.Boolean
The value for Visible
Orientation(Kendo.Mvc.UI.DockSplitterOrientation)
Sets the orientation of the pane splitter.
Parameters
value - DockSplitterOrientation
The value for Orientation
Type(Kendo.Mvc.UI.PaneType)
Sets the type of the pane.
Parameters
value - PaneType
The value for Type