We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d87d12 commit 08d001eCopy full SHA for 08d001e
components/window/position.md
@@ -69,7 +69,7 @@ In this case, the Window will render inside the specified container and not as a
69
70
<TelerikWindow ContainmentSelector="#window-container"
71
@bind-Width="@WindowWidth"
72
- Visible="@WindowVisible">
+ @bind-Visible="@WindowVisible">
73
<WindowActions>
74
<WindowAction Name="Maximize" />
75
<WindowAction Name="Close" />
0 commit comments