New to Telerik UI for WPFStart a free 30-day trial

Moving

Updated on Sep 24, 2025

The user can move the window by clicking on the RadWindow's header and then drag it around the screen.

WPF RadWindow Move by Drag

hen the RadWindow gets moved, the LayoutChangeStarted and the LayoutChangeEnded events are raised. More about the events can be found here.

To disable the moving of the RadWindow via the UI you have to set the CanMove property to False.

C#
	RadWindow radWindow = new RadWindow();
	radWindow.CanMove = false;

See Also

In this article
See Also
Not finding the help you need?
Contact Support