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

DockManagerRootPaneSettingsPaneBuilder

Methods

Panes(System.Action)

An array of pane definitions.

Parameters

configurator - System.Action<DockManagerRootPaneSettingsPaneFactory>

The action that configures the panes.

Closeable(System.Boolean)

Specifies if the pane can be closed. Available only for panes of type content.

Parameters

value - System.Boolean

The value that configures the closeable.

Content(System.String)

The content of the pane. Available only for panes of type content.

Parameters

value - System.String

The value that configures the content.

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.

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 action that configures the dockable.

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 that configures the header.

Id(System.String)

Defines the id of the pane

Parameters

value - System.String

The value that configures the 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 that configures the 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 that configures the 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 that configures the tabheader.

Title(System.String)

Sets the title of the pane. Available only for panes of type content.

Parameters

value - System.String

The value that configures the title.

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.

Unpinnable(System.Action)

Specifies if the pane can be pinned/unpinnned. Available only for panes of type content.

Parameters

configurator - System.Action<DockManagerRootPanePaneUnpinnableSettingsBuilder>

The action that configures the unpinnable.

Visible(System.Boolean)

Specifies if the pane is initially visible.

Parameters

value - System.Boolean

The value that configures the visible.

Orientation(Kendo.Mvc.UI.DockSplitterOrientation)

Sets the orientation of the pane splitter.

Parameters

value - DockSplitterOrientation

The value that configures the orientation.

Type(Kendo.Mvc.UI.PaneType)

Sets the type of the pane.

Parameters

value - PaneType

The value that configures the type.

ContentHandler(System.String)

The content of the pane. Available only for panes of type content.

Parameters

value - System.String

The value that configures the content.

ContentTemplate(Kendo.Mvc.UI.TemplateBuilder)

The content of the pane. Available only for panes of type content.

Parameters

template - TemplateBuilder<TModel>
In this article
Not finding the help you need?