Skip to content

Commit 974a8ee

Browse files
Update Closeable description (#3392)
Co-authored-by: PetarMladenov <7114959+PetarMladenov@users.noreply.github.com>
1 parent 6d90a91 commit 974a8ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dockmanager/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ The following table lists the Dock Manager parameters. Also check the [DockManag
121121
| --- | --- | --- |
122122
| `AllowFloat` | `bool` | Determines whether the pane can be dragged from the dock manager layout to create a new floating pane. |
123123
| `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` | Determines whether the pane can be closed. |
124+
| Closeable | bool | Default true. If false, the close button is hidden and closing via Esc key or code is disabled. |
125125
| `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). |
126126
| `HeaderText` | `string` | The pane title, displayed in the pane header and as the button text in the DockManager toolbar when the pane is unpinned. |
127127
| `Id` | `string` <br /> (`Guid`) | The id of the pane. |

0 commit comments

Comments
 (0)