RadDockableObject allows users to specify whether the object can be resized,
expanded/collapsed, closed, or pinned to the current position on the page.
To define the behavior of a dockable object you should set the
RadDockableObject.Behavior property to any of the next flags (or
combination of two or more of them):
-
Resize - allows the object to be resized by dragging its borders;
-
Collapse - allows the object's content to be collapsed/expanded (Default);
-
Close - allows the object to be hidden. To make it visible again you should
call the client-side function of RadDockableObject - dockableObject.Show();
-
Pin - allows the object to be pinned to a fixed position on the page and
unpinned to be scrolled with the page.
-
Resizable - a combination of Collapse + Resize.