New to Telerik UI for ASP.NET Core? Download free 30-day trial

DockManagerRootPaneSettingsPaneBuilder

Methods

Type(Kendo.Mvc.UI.PaneType)

Defines the type of the pane.

Parameters

paneType - PaneType

The value for Id

Orientation(Kendo.Mvc.UI.DockSplitterOrientation)

Defines the orientation if the rootPane is of type split. Available options are horizontal or vertical.

Parameters

value - DockSplitterOrientation

The orientation of the rootPane splitter

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

In this article
Not finding the help you need?