From f26fde5fb8d8fcfd1abf53860553be48c3b565bd Mon Sep 17 00:00:00 2001 From: PetarMladenov <7114959+PetarMladenov@users.noreply.github.com> Date: Wed, 10 Dec 2025 11:22:28 +0200 Subject: [PATCH] Update Closeable description --- 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 64645d821..c872b4fe6 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` | Determines whether the pane can be closed. | +| Closeable | bool | Default 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. |