From 791fec6a3a7852588cc7ca00152c7b4319e7eec9 Mon Sep 17 00:00:00 2001 From: Dimo Dimov <961014+dimodi@users.noreply.github.com> Date: Wed, 10 Dec 2025 14:05:00 +0200 Subject: [PATCH] Update overview.md --- components/dockmanager/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/dockmanager/overview.md b/components/dockmanager/overview.md index c872b4fe6..46824d158 100644 --- a/components/dockmanager/overview.md +++ b/components/dockmanager/overview.md @@ -121,7 +121,7 @@ The following table lists the Dock Manager parameters. Also check the [DockManag | --- | --- | --- | | `AllowFloat` | `bool` | Determines whether the pane can be dragged from the dock manager layout to create a new floating pane. | | `Class` | `string` | The custom CSS class of the `
` element. Use it to [override theme styles](slug:themes-override). | -| Closeable | bool | Default true. If false, the close button is hidden and closing via Esc key or code is disabled. | +| `Closeable` | `bool`
(`true`) | If false, the close button is hidden and closing via **Esc** key or code is disabled. | | `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). | | `HeaderText` | `string` | The pane title, displayed in the pane header and as the button text in the DockManager toolbar when the pane is unpinned. | | `Id` | `string`
(`Guid`) | The id of the pane. |