You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/dockmanager/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ The following table lists the Dock Manager parameters. Also check the [DockManag
121
121
| --- | --- | --- |
122
122
|`AllowFloat`|`bool`| Determines whether the pane can be dragged from the dock manager layout to create a new floating pane. |
123
123
|`Class`|`string`| The custom CSS class of the `<div class="k-pane-scrollable">` element. Use it to [override theme styles](slug:themes-override). |
124
-
| Closeable | bool| Default true. If false, the close button is hidden and closing via Esc key or code is disabled. |
124
+
|`Closeable`|`bool` <br /> (`true`) |If false, the close button is hidden and closing via **Esc** key or code is disabled. |
125
125
|`Dockable`|`bool`| Specifies whether the pane allows other panes to be docked to or over it. This determines if the end user can drop other panes over it or next to it, creating a DockManagerSplitPane (Splitter) or a DockManagerTabGroupPane (TabStrip). |
126
126
|`HeaderText`|`string`| The pane title, displayed in the pane header and as the button text in the DockManager toolbar when the pane is unpinned. |
127
127
|`Id`|`string` <br /> (`Guid`) | The id of the pane. |
0 commit comments