aspnet-js-aspxclientdockmanager.md
A client-side equivalent of the ASPxDockManager object.
declare class ASPxClientDockManager extends ASPxClientControl
The ASPxClientDockManager object serves as a client-side equivalent of the ASPxDockManager control, and implements the functionality of a client ASPxDockManager object.
Using the methods exposed by the ASPxClientDockManager object:
The client events available via the ASPxClientDockManager object allow you to respond to various panel manipulations:
Note
The client-side programmatic interface is available if the ASPxDockManager.ClientInstanceName property is defined, or any client event is handled.
ASPxClientControlBase ASPxClientControl ASPxClientDockManager
See Also