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

Client-Side Functionality

Options
v
+
-
v

This example demonstrates how to manipulate dock panels programmatically on the client using the extended client-side functionality from DevExpress. The client-side programmatic interface is available for a control if any of the following is true:

This demo allows the selected dock panel's characteristics to be modified dynamically via client code, depending on the rightmost panel's settings.

In this demo, an individual dock panel's visibility and visible index are modified via the SetVisible and SetVisibleIndex client methods. A panel's dock state (docked or float) is obtained using the IsDocked method. The Dock and MakeFloat client methods are used to dock a panel or make it float.

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