Currently Minimize\Restore\Maximize buttons are not shown in the ToolWindow's header, so there are some inconveniences in use. For example, it's impossible to minimize tool windows easily.
As a temporary hack i created a custom GeneratedItemsFactory for the RadDocking as descriped in this post: https://www.telerik.com/forums/maximize-mimimize-floating-radpane . Than i create a custom ToolWindow and override the OnContextMenuOpening event and set my own menu with the new options Maximize and Minimize. Hacky, but works. And after 8 years my expectations for this feature are low ;)
public class ShownInTaskBarWindowsGeneratedItemsFactory : DefaultGeneratedItemsFactory