Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions components/window/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ The following table lists the Window parameters. Also check the [Window API](/bl
| `Draggable` | `bool` | Sets if the Window allows moving. |
| `FooterLayoutAlign` | `WindowFooterLayoutAlign` enum <br /> (`Stretch`) | The alignment of the HTML elements in the `WindowFooter`. The possible options are `Stretch`, `Start`, `End`, and `Center`. |
| `Height` | `string` | The `height` style of the `<div class="k-window">` element. The parameter supports two-way binding. |
| `Id` | `string` | The `id` attribute of the `<div class="k-window">` element. |
| `Left` | `string` | The `left` style of the Window relative to the browser viewport. The parameter supports two-way binding. If `ContainmentSelector` is set, the left position is with regard to the defined container. |
| `MaxHeight` | `string` | The maximum height of the Window during resizing or initial display. For example, if there is a lot of content and a fixed `Height` is not set. |
| `MaxWidth` | `string` | The maximum width of the Window during resizing or initial display. For example, if there is a lot of content and a fixed `Width` is not set. |
Expand Down
Loading