Show theme settings Shopping cart Download trialFree Trial
Change Theme Settings
Change Theme Settings
Themes
 
Show All Themes
v
...v

Server-Side Functionality

Clear
Trace Events:
Options
v
v
+
-
Layout
Behaviour
v
v

This sample demonstrates a few of the server-side capabilities available to you when using controls from the DevExpress ASP.NET Docking (ASPxDocking) Suite. The demo allows the selected dock panel's characteristics to be modified dynamically in client code depending on the rightmost panel's settings.

The main control-specific server events related to panel docking are also traced in this demo. Move the dock panels to initiate server-side events and display information about the raised events in the Event monitor (the panel below the tiles).

The following server events are demonstrated in this demo:

  • BeforeDock, AfterDock (common for ASPxDockPanel, ASPxDockZone and ASPxDockManager) - Fire before and after a panel is docked to a zone; you can cancel panel docking if required.
  • BeforeFloat, AfterFloat (common for ASPxDockPanel and ASPxDockManager) - Fire before and after a panel is made to float; you can cancel making a panel float, if required.
Collapse/Expand
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).
Open CS Solution
Open VB Solution
The source code files for this demo are installed (by default) in the following directories:
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\ASPxDockAndPopupsDemos
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\VB\ASPxDockAndPopupsDemos