diff --git a/components/dockmanager/overview.md b/components/dockmanager/overview.md index bfa6c429c2..6853d7aff4 100644 --- a/components/dockmanager/overview.md +++ b/components/dockmanager/overview.md @@ -120,7 +120,6 @@ The following table lists the Dock Manager parameters. Also check the [DockManag | Parameter | Type and Default Value | Description | | --- | --- | --- | | `AllowFloat` | `bool`
(`false`) | Determines whether the pane can be dragged from the dock manager layout to create a new floating pane. | -| `AllowInnerDock` | `bool`
(`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). | | `Class` | `string` | The custom CSS class of the `
` element. Use it to [override theme styles](slug:themes-override). | | `Closeable` | `bool`
(`false`) | Determines whether the pane can be closed. | | `Dockable` | `bool`
(`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). |