This demo illustrates how a typical scenario - implementation of web gadgets on a page - can be realized using docking components provided by the DevExpress MVC Docking extension suite.
The Docking suite offers three extensions - DockPanel, DockZone and DockManager. They allow you to manage content placeholders (dock panels), which can be moved by end-users between particular areas (dock zones) within a web page. A dock panel can either be docked to a dock zone or made floating. Dock zones can be placed on any part of a page and their orientation and size are fully customizable. DockManager allows you to provide centralized programmatic control of all dock panels and dock zones contained within a page.
Local Copy of this Demo To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer. |
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\MVCxDockAndPopupsDemos |