|
This is disabled dockable object.
|
|
|
| AlwaysDock |  |  | |
|
| |
| |
This dockable object can only be docked.
| |
|
| |
|
|
|
|
| Dockable |  |  | |
|
| |
| |
This dockable object can docked/floating.
| |
|
| |
|
|
|
Source Code & Description
RadDockableObjects can have different docking modes that define if they
can be floating (outsize a docking zone) or docked as follows:
-
Disabled - a disabled object acts as a simple control placeholder (like
System.Web.UI.WebControls.Panel control);
-
AlwaysDock - requires the object to always be inside a docking zone;
-
NeverDock - object cannot be docked to a docking zone and it is always
floating;
-
Dockable - (Default) combination of the above two flags (AlwaysDock +
NeverDock) and means that object can be docked and floating as well.