aspnet-js-aspxclientdockpanel.md
A client-side equivalent of the ASPxDockPanel object.
declare class ASPxClientDockPanel extends ASPxClientPopupControlBase
The ASPxClientDockPanel object serves as a client-side equivalent of the ASPxDockPanel control, and implements the functionality of a client ASPxDockPanel object.
Using the methods exposed by the ASPxClientDockPanel object:
The client events available via the ASPxClientDockPanel object allow you to respond to panel docking (ASPxClientDockPanel.BeforeDock and ASPxClientDockPanel.AfterDock) and a panel dragging (ASPxClientDockPanel.StartDragging and ASPxClientDockPanel.EndDragging).
Note
The client-side programmatic interface is available if the ASPxPopupControlBase.EnableClientSideAPI property is set to true, or the ASPxPopupControlBase.ClientInstanceName property is defined, or any client event is handled.
ASPxClientControlBase ASPxClientControl ASPxClientPopupControlBase ASPxClientDockPanel
See Also