Skip to content

Commit 993a36d

Browse files
chore(DockManager): remove non-existing parameter (#3127)
Co-authored-by: Hristian Stefanov <[email protected]>
1 parent c003974 commit 993a36d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/dockmanager/overview.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ The following table lists the Dock Manager parameters. Also check the [DockManag
120120
| Parameter | Type and Default&nbsp;Value | Description |
121121
| --- | --- | --- |
122122
| `AllowFloat` | `bool` <br /> (`false`) | Determines whether the pane can be dragged from the dock manager layout to create a new floating pane. |
123-
| `AllowInnerDock` | `bool` <br /> (`true`) | Restricts from performing inner docking within the specified pane. Inner docking is an operation that allows dropping one pane over another, creating a TabGroupPane (TabStrip). |
124123
| `Class` | `string` | The custom CSS class of the `<div class="k-pane-scrollable">` element. Use it to [override theme styles](slug:themes-override). |
125124
| `Closeable` | `bool` <br /> (`false`) | Determines whether the pane can be closed. |
126125
| `Dockable` | `bool` <br /> (`false`) | 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). |

0 commit comments

Comments
 (0)