DockManagerRootPaneSettingsBuilder
Methods
Id(System.String)
Defines the id of the root pane
Parameters
value - System.String
The value for Id
RETURNS
Returns the current DockManagerRootPaneSettingsBuilder instance.
Panes(System.Action)
An array of pane definitions.
Parameters
configurator - System.Action<DockManagerRootPaneSettingsPaneFactory>
The configurator for the panes setting.
RETURNS
Returns the current instance of DockManagerRootPaneSettingsBuilder .
Orientation(Kendo.Mvc.UI.DockSplitterOrientation)
Sets the orientation of the root pane splitter.
Parameters
value - DockSplitterOrientation
The value for Orientation
RETURNS
Returns the current DockManagerRootPaneSettingsBuilder instance.
Type(Kendo.Mvc.UI.RootPaneType)
Sets the type of the rootPane.
Parameters
value - RootPaneType
The value for Type
RETURNS
Returns the current DockManagerRootPaneSettingsBuilder instance.