Docking can be controlled on three levels:
-
RadDockingManager.DockEnabled - controls the docking per page i.e.
enables/disables docking for all docking zones and dockable objects
-
RadDockingZone.DockEnabled - controls the docking per docking zone i.e.
enables/disables docking for the specific zone. When the docking is disabled
for a zone all dockable objects inside are not dockable and cannot be undocked
and other objects outside the zone cannot be docked
-
RadDockableObject.DockingMode - controls the docking mode per dockable object.
When a dockable object is disabled all the docking-releated features
are inactive - move, resize, dock, undock, commads and titile bar. In
some scenarios the title bar should be always visible.
RadDockableObject control has a property ShowTitleBarWhenDisabled that when set
to true (false by default) makes the title bar visible when the object is
disabled.